Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc.table
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>
@TableCellTypeService(org.tentackle.pdo.PersistentDomainObject.class) public class PdoTableCellType<T extends PersistentDomainObject<T>> extends AbstractTableCellType<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
-
-
Field Summary
-
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor
-
-
Constructor Summary
Constructors Constructor Description PdoTableCellType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateItem(FxTableCell<?,T> tableCell, T pdo)voidupdateItem(FxTreeTableCell<?,T> treeTableCell, T pdo)-
Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
getEditor, getEditorType, updateAlignment, updateAlignment
-
-
-
-
Method Detail
-
updateItem
public void updateItem(FxTableCell<?,T> tableCell, T pdo)
-
updateItem
public void updateItem(FxTreeTableCell<?,T> treeTableCell, T pdo)
-
-