R
- the type of the rows shown by the tree table viewpublic final class GanttChartTreeItem<R extends Row<?,?,?>>
extends javafx.scene.control.TreeItem<R>
GanttChart
tree table
view.Constructor and Description |
---|
GanttChartTreeItem()
Constructs a new tree item.
|
GanttChartTreeItem(R row)
Constructs a new tree item.
|
GanttChartTreeItem(R row,
javafx.scene.Node graphic)
Constructs a new tree item.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Predicate> |
filterProperty()
A predicate used to filter the children of this tree item.
|
String |
getLevelNumber()
Returns the level number string for the tree item, e.g.
|
R |
getRow()
Returns the row shown by this tree item.
|
boolean |
isLeaf() |
addEventHandler, branchCollapsedEvent, branchExpandedEvent, buildEventDispatchChain, childrenModificationEvent, expandedItemCountChangeEvent, expandedProperty, getChildren, getGraphic, getParent, getValue, graphicChangedEvent, graphicProperty, isExpanded, leafProperty, nextSibling, nextSibling, parentProperty, previousSibling, previousSibling, removeEventHandler, setExpanded, setGraphic, setValue, toString, treeNotificationEvent, valueChangedEvent, valueProperty
public GanttChartTreeItem(R row, javafx.scene.Node graphic)
row
- the wrapped rowgraphic
- a graphic node (e.g. an icon)public GanttChartTreeItem(R row)
row
- the wrapped rowpublic GanttChartTreeItem()
public final javafx.beans.property.ObjectProperty<Predicate> filterProperty()
public boolean isLeaf()
public final R getRow()
public String getLevelNumber()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.