- java.lang.Object
-
- org.tentackle.fx.table.type.AbstractTableCellType<java.lang.Object>
-
- org.tentackle.fx.table.type.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
-
-
Field Summary
-
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor
-
-
Constructor Summary
Constructors Constructor Description ObjectTableCellType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateItem(FxTableCell<?,java.lang.Object> tableCell, java.lang.Object item)Updates the cells view.-
Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
getEditor, getEditorType, updateAlignment
-
-
-
-
Method Detail
-
updateItem
public void updateItem(FxTableCell<?,java.lang.Object> tableCell, java.lang.Object item)
Description copied from interface:TableCellTypeUpdates the cells view.- Parameters:
tableCell- the table cell, never nullitem- the item for the cell, never null
-
-