@FxControllerService(binding=NO) public class SimpleTablePrinter extends AbstractFxController
| Constructor and Description |
|---|
SimpleTablePrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(URL location,
ResourceBundle resources) |
void |
print(FxTableView<?> table,
String title,
javafx.print.PrinterJob job,
javafx.print.PageLayout pageLayout)
Prints the table.
|
configure, createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjectionspublic void initialize(URL location, ResourceBundle resources)
public void print(FxTableView<?> table, String title, javafx.print.PrinterJob job, javafx.print.PageLayout pageLayout)
table - the table to be printedtitle - the job titlejob - the printer jobpageLayout - the printing layoutTentackle - a domain driven enterprise framework