Class RowHeader<S>

Type Parameters:
S - The type of the objects contained within the TableView2 items list.
All Implemented Interfaces:
Styleable, EventTarget

public class RowHeader<S> extends StackPane
Display the row header on the left of the cells (view), where the user can display any content via TableView2.getRowHeader().
  • Property Details

  • Constructor Details

    • RowHeader

      public RowHeader(TableView2<S> tableView)
      **************************************************************** CONSTRUCTOR
      Parameters:
      tableView - ***************************************************************
  • Method Details

    • getRowHeaderWidth

      public double getRowHeaderWidth()
      Gets the value of the property rowHeaderWidth.
      Property description:
    • rowHeaderWidthProperty

      public ReadOnlyDoubleProperty rowHeaderWidthProperty()
      See Also:
    • computeHeaderWidth

      public double computeHeaderWidth()
    • getParentTableView

      public TableView2<S> getParentTableView()
    • layoutChildren

      protected void layoutChildren()
      Overrides:
      layoutChildren in class StackPane