Class PdoTableCellType<T extends org.tentackle.pdo.PersistentDomainObject<T>>

  • All Implemented Interfaces:
    org.tentackle.fx.table.TableCellType<T>

    @TableCellTypeService(org.tentackle.pdo.PersistentDomainObject.class)
    public class PdoTableCellType<T extends org.tentackle.pdo.PersistentDomainObject<T>>
    extends org.tentackle.fx.table.type.AbstractTableCellType<T>
    PDO cell type.
    Not covered by the default ObjectTableCellType because PersistentDomainObject is an interface.
    Author:
    harald
    • Field Summary

      • Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType

        editor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateItem​(org.tentackle.fx.table.FxTableCell<?,​T> tableCell, T pdo)  
      • Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType

        getEditor, getEditorType, updateAlignment
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdoTableCellType

        public PdoTableCellType()
    • Method Detail

      • updateItem

        public void updateItem​(org.tentackle.fx.table.FxTableCell<?,​T> tableCell,
                               T pdo)