Class ObjectTableCellType

  • All Implemented Interfaces:
    TableCellType<java.lang.Object>

    @TableCellTypeService(java.lang.Object.class)
    public class ObjectTableCellType
    extends AbstractTableCellType<java.lang.Object>
    The most simple cell type.
    Fallback if type does not correspond to a known cell-type.
    Author:
    harald
    • Constructor Detail

      • ObjectTableCellType

        public ObjectTableCellType()
    • Method Detail

      • updateItem

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