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
A specialization of tree item for use with the
GanttChart tree table
view.-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen javafx.scene.control.TreeItem
TreeItem.TreeModificationEvent<T> -
Eigenschaftsübersicht
EigenschaftenTypEigenschaftBeschreibungA predicate used to filter the children of this tree item. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a new tree item.GanttChartTreeItem(R row) Constructs a new tree item.GanttChartTreeItem(R row, Node graphic) Constructs a new tree item. -
Methodenübersicht
Von Klasse geerbte Methoden javafx.scene.control.TreeItem
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
-
Eigenschaftsdetails
-
filter
A predicate used to filter the children of this tree item.- Siehe auch:
-
-
Konstruktordetails
-
GanttChartTreeItem
-
GanttChartTreeItem
-
GanttChartTreeItem
public GanttChartTreeItem()Constructs a new tree item.
-
-
Methodendetails
-
filterProperty
A predicate used to filter the children of this tree item.- Gibt zurück:
- the filter predicate
-
isLeaf
-
getRow
-
getLevelNumber
Returns the level number string for the tree item, e.g. "2.1.7").- Gibt zurück:
- the level number
-