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.
  • Field Summary

    Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType

    editor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateItem(org.tentackle.fx.table.FxTableCell<?,DataNode> tableCell, DataNode item)
     
    void
    updateItem(org.tentackle.fx.table.FxTreeTableCell<?,DataNode> treeTableCell, DataNode item)
     

    Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType

    applyCaseConversion, getEditor, getEditorType, updateAlignment, updateAlignment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataNodeCellType

      public DataNodeCellType()
  • Method Details

    • updateItem

      public void updateItem(org.tentackle.fx.table.FxTableCell<?,DataNode> tableCell, DataNode item)
    • updateItem

      public void updateItem(org.tentackle.fx.table.FxTreeTableCell<?,DataNode> treeTableCell, DataNode item)