Class DataNodeCellType
java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<DataNode>
org.tentackle.maven.plugin.wizard.fx.DataNodeCellType
- All Implemented Interfaces:
org.tentackle.fx.table.TableCellType<DataNode>
@TableCellTypeService(DataNode.class)
public class DataNodeCellType
extends org.tentackle.fx.table.type.AbstractTableCellType<DataNode>
Cell type to decorate the name field of a DataNode in a (tree)table.
The name field is not bindable, but instead the node itself is rendered in place of the name field.
The name field is not bindable, but instead the node itself is rendered in place of the name field.
-
Field Summary
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateItem(org.tentackle.fx.table.FxTableCell<?, DataNode> tableCell, DataNode item) voidupdateItem(org.tentackle.fx.table.FxTreeTableCell<?, DataNode> treeTableCell, DataNode item) Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
getEditor, getEditorType, updateAlignment, updateAlignment
-
Constructor Details
-
DataNodeCellType
public DataNodeCellType()
-
-
Method Details
-
updateItem
-
updateItem
-