Class TablePrinter

java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.fx.rdc.table.TablePrinter
All Implemented Interfaces:
FxController, org.tentackle.validate.ScopeConfigurator

@FxControllerService(binding=NO) public class TablePrinter extends AbstractFxController
A controller to print a table.
Author:
harald
  • Constructor Details

    • TablePrinter

      public TablePrinter()
  • Method Details

    • print

      public static void print(FxTableView<?> table, String title, javafx.print.PrinterJob job)
      Prints a table.
      Parameters:
      table - the table to be printed
      title - the job title
      job - the printer job
    • print

      public static void print(FxTreeTableView<?> treeTable, String title, javafx.print.PrinterJob job)
      Prints a treetable.
      Parameters:
      treeTable - the table to be printed
      title - the job title
      job - the printer job