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 Detail

    • Method Detail

      • computePrefHeight

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

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

        public void setRowHeight​(double height)