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:
        The TreeTableColumn instance that backs this TreeTableCell.
      • getTreeTableView

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

        public final TreeTableRow<S> getTableRow()
        Gets the value of the property tableRow.
        Returns:
        the value of the property tableRow
        Since:
        17
      • 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
      • updateTableRow

        public final void updateTableRow​(TreeTableRow<S> row)
        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:
        row - the TreeTableRow associated with this TreeTableCell
        Since:
        17
      • updateTableColumn

        public final void updateTableColumn​(TreeTableColumn<S,​T> column)
        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:
        column - the TreeTableColumn associated with this TreeTableCell
        Since:
        17