java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<Object>
org.tentackle.fx.table.type.ObjectTableCellType
- All Implemented Interfaces:
TableCellType<Object>
@TableCellTypeService(java.lang.Object.class)
public class ObjectTableCellType
extends AbstractTableCellType<Object>
The most simple cell type.
Fallback if type does not correspond to a known 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateItem(FxTableCell<?, Object> tableCell, Object item) Updates the table cells view.voidupdateItem(FxTreeTableCell<?, Object> treeTableCell, Object item) Updates the treetable cells view.Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
applyCaseConversion, getEditor, getEditorType, updateAlignment, updateAlignment
-
Constructor Details
-
ObjectTableCellType
public ObjectTableCellType()Creates the fallback object cell type.
-
-
Method Details
-
updateItem
Description copied from interface:TableCellTypeUpdates the table cells view.- Parameters:
tableCell- the table cell, never nullitem- the item for the cell, never null
-
updateItem
Description copied from interface:TableCellTypeUpdates the treetable cells view.- Parameters:
treeTableCell- the table cell, never nullitem- the item for the cell, never null
-