Class ObjectTableCellType

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

The most simple cell type.
Fallback if type does not correspond to a known cell-type.
Author:
harald
  • Constructor Details

    • ObjectTableCellType

      public ObjectTableCellType()
      Creates the fallback object cell type.
  • Method Details

    • updateItem

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

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