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.
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateItem(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
-
Constructor Details
-
PdoTableCellType
public PdoTableCellType()
-
-
Method Details
-
updateItem
-
updateItem
-