Class StringTableCellType

java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<String>
org.tentackle.fx.table.type.StringTableCellType
All Implemented Interfaces:
TableCellType<String>

String cell type.
Author:
harald
  • Constructor Details

    • StringTableCellType

      public StringTableCellType()
      Creates the cell type for String.
  • Method Details

    • updateItem

      public void updateItem(FxTableCell<?,String> tableCell, String text)
      Description copied from interface: TableCellType
      Updates the table cells view.
      Parameters:
      tableCell - the table cell, never null
      text - the item for the cell, never null
    • updateItem

      public void updateItem(FxTreeTableCell<?,String> treeTableCell, String text)
      Description copied from interface: TableCellType
      Updates the treetable cells view.
      Parameters:
      treeTableCell - the table cell, never null
      text - the item for the cell, never null