Class TableRow2<S>

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

public class TableRow2<S> extends TableRow<S>
The tableRow which will holds the TableView2 cells.
  • Constructor Details

  • Method Details

    • computePrefHeight

      protected double computePrefHeight(double width)
      Overrides:
      computePrefHeight in class Control
    • computeMinHeight

      protected double computeMinHeight(double width)
      Overrides:
      computeMinHeight in class Control
    • createDefaultSkin

      protected Skin<?> createDefaultSkin()
      Overrides:
      createDefaultSkin in class TableRow<S>
    • setRowHeight

      public void setRowHeight(double height)