Class TreeTableCell<S,T>

    • Constructor Detail

      • TreeTableCell

        public TreeTableCell()
        Constructs a default TreeTableCell instance with a style class of 'tree-table-cell'.
    • Method Detail

      • getTableColumn

        public final TreeTableColumn<S,T> getTableColumn()
        Gets the value of the property tableColumn.
        Property description:
      • getTreeTableView

        public final TreeTableView<S> getTreeTableView()
        Gets the value of the property treeTableView.
        Property description:
        The TreeTableView associated with this TreeTableCell.
      • getTreeTableRow

        public final TreeTableRow<S> getTreeTableRow()
      • updateTreeTableView

        public final void updateTreeTableView​(TreeTableView<S> tv)
        Updates the TreeTableView associated with this TreeTableCell. This is typically only done once when the TreeTableCell is first added to the TreeTableView. Note: This function is intended to be used by experts, primarily by those implementing new Skins. It is not common for developers or designers to access this function directly.
        Parameters:
        tv - the TreeTableView associated with this TreeTableCell
      • updateTreeTableRow

        public final void updateTreeTableRow​(TreeTableRow<S> treeTableRow)
        Updates the TreeTableRow associated with this TreeTableCell. Note: This function is intended to be used by experts, primarily by those implementing new Skins. It is not common for developers or designers to access this function directly.
        Parameters:
        treeTableRow - the TreeTableRow associated with this TreeTableCell
      • updateTreeTableColumn

        public final void updateTreeTableColumn​(TreeTableColumn<S,T> col)
        Updates the TreeTableColumn associated with this TreeTableCell. Note: This function is intended to be used by experts, primarily by those implementing new Skins. It is not common for developers or designers to access this function directly.
        Parameters:
        col - the TreeTableColumn associated with this TreeTableCell