Package | Description |
---|---|
com.panemu.tiwulfx.common | |
com.panemu.tiwulfx.control | |
com.panemu.tiwulfx.table |
Modifier and Type | Method and Description |
---|---|
void |
ExportToExcel.export(java.lang.String title,
java.lang.String targetFile,
TableControl<T> tableControl,
java.util.List<T> data,
java.util.List<java.lang.Double> columnWidths) |
Modifier and Type | Method and Description |
---|---|
protected void |
LookupFieldController.beforeShowCallback(TableControl<T> table)
Call back that is called every time the lookup dialog is about to be shown.
|
protected void |
LookupFieldController.initCallback(javafx.scene.layout.VBox container,
TableControl<T> table)
Override this method to get reference on Lookup container and TableControl object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TableController.canDelete(TableControl table)
This method is called by
delete() before
it actually executes delete routine. |
void |
TableController.exportToExcel(java.lang.String title,
int maxResult,
TableControl<T> tblView,
java.util.List<TableCriteria> lstCriteria)
Generic export to excel.
|
Constructor and Description |
---|
TableRowControl(TableControl tblView) |