Class PdoTableCellType<T extends PersistentDomainObject<T>>

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

PDO cell type.
Not covered by the default ObjectTableCellType because PersistentDomainObject is an interface.
This cell type does not set the graphics icon. If you need that, create an application-specific cell type.
Author:
harald
  • Constructor Details

    • PdoTableCellType

      public PdoTableCellType()
  • Method Details

    • updateItem

      public void updateItem(FxTableCell<?,T> tableCell, T pdo)
    • updateItem

      public void updateItem(FxTreeTableCell<?,T> treeTableCell, T pdo)