- java.lang.Object
-
- org.tentackle.fx.AbstractFxController
-
- org.tentackle.fx.rdc.table.TablePrinter
-
- All Implemented Interfaces:
org.tentackle.fx.FxController,org.tentackle.validate.ScopeConfigurator
@FxControllerService(binding=NO) public class TablePrinter extends org.tentackle.fx.AbstractFxControllerA controller to print a table.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description TablePrinter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(org.tentackle.fx.component.FxTableView<?> table, java.lang.String title, javafx.print.PrinterJob job)Prints a table.static voidprint(org.tentackle.fx.component.FxTreeTableView<?> treeTable, java.lang.String title, javafx.print.PrinterJob job)Prints a treetable.
-
-
-
Method Detail
-
print
public static void print(org.tentackle.fx.component.FxTableView<?> table, java.lang.String title, javafx.print.PrinterJob job)Prints a table.- Parameters:
table- the table to be printedtitle- the job titlejob- the printer job
-
print
public static void print(org.tentackle.fx.component.FxTreeTableView<?> treeTable, java.lang.String title, javafx.print.PrinterJob job)Prints a treetable.- Parameters:
treeTable- the table to be printedtitle- the job titlejob- the printer job
-
-