Klasse GanttChartTreeTableRow<R extends Row<?,?,?>>

Alle implementierten Schnittstellen:
Serializable, Styleable, EventTarget, Skinnable

public class GanttChartTreeTableRow<R extends Row<?,?,?>> extends TreeTableRow<R> implements Serializable
Custom TreeTableRow used by the Gantt chart tree table. It derives its height from the backing row when possible and otherwise falls back to the default row sizing.
Siehe auch:
  • Konstruktordetails

    • GanttChartTreeTableRow

      public GanttChartTreeTableRow()
      Constructs a new tree table row.
  • Methodendetails

    • computeMinHeight

      protected double computeMinHeight(double width)
      Computes the minimum height for the given width.
      Setzt außer Kraft:
      computeMinHeight in Klasse Control
      Parameter:
      width - the width
      Gibt zurück:
      the minimum height
    • computePrefHeight

      protected double computePrefHeight(double width)
      Computes the preferred height for the given width.
      Setzt außer Kraft:
      computePrefHeight in Klasse Control
      Parameter:
      width - the width
      Gibt zurück:
      the preferred height
    • computeMaxHeight

      protected double computeMaxHeight(double width)
      Computes the maximum height for the given width.
      Setzt außer Kraft:
      computeMaxHeight in Klasse Control
      Parameter:
      width - the width
      Gibt zurück:
      the maximum height