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

java.lang.Object
javafx.scene.control.TreeItem<R>
impl.com.flexganttfx.skin.treetable.GanttChartTreeItem<R>
Typparameter:
R - the type of the rows shown by the tree table view
Alle implementierten Schnittstellen:
EventTarget

public final class GanttChartTreeItem<R extends Row<?,?,?>> extends TreeItem<R>
A specialization of tree item for use with the GanttChart tree table view.
  • Eigenschaftsdetails

  • Konstruktordetails

    • GanttChartTreeItem

      public GanttChartTreeItem(R row, Node graphic)
      Constructs a new tree item.
      Parameter:
      row - the wrapped row
      graphic - a graphic node (e.g. an icon)
    • GanttChartTreeItem

      public GanttChartTreeItem(R row)
      Constructs a new tree item.
      Parameter:
      row - the wrapped row
    • GanttChartTreeItem

      public GanttChartTreeItem()
      Constructs a new tree item.
  • Methodendetails

    • filterProperty

      public ObjectProperty<Predicate> filterProperty()
      A predicate used to filter the children of this tree item.
      Gibt zurück:
      the filter predicate
    • isLeaf

      public boolean isLeaf()
      Setzt außer Kraft:
      isLeaf in Klasse TreeItem<R extends Row<?,?,?>>
    • getRow

      public R getRow()
      Returns the row shown by this tree item.
      Gibt zurück:
      the row
    • getLevelNumber

      public String getLevelNumber()
      Returns the level number string for the tree item, e.g. "2.1.7").
      Gibt zurück:
      the level number