T
- is the concrete object of the Tree tablepublic class RecursiveTreeObject<T>
extends java.lang.Object
Note: the data object used in JFXTreeTableView must extends this class
Constructor | Description |
---|---|
RecursiveTreeObject() |
Modifier and Type | Method | Description |
---|---|---|
javafx.collections.ObservableList<T> |
getChildren() |
|
javafx.scene.control.TreeTableColumn<T,?> |
getGroupedColumn() |
|
java.lang.Object |
getGroupedValue() |
|
javafx.beans.property.ObjectProperty<javafx.scene.control.TreeTableColumn<T,?>> |
groupedColumnProperty() |
|
javafx.beans.property.ObjectProperty<java.lang.Object> |
groupedValueProperty() |
|
void |
setChildren(javafx.collections.ObservableList<T> children) |
|
void |
setGroupedColumn(javafx.scene.control.TreeTableColumn<T,?> groupedColumn) |
|
void |
setGroupedValue(java.lang.Object groupedValue) |
public javafx.collections.ObservableList<T> getChildren()
public void setChildren(javafx.collections.ObservableList<T> children)
public final javafx.beans.property.ObjectProperty<javafx.scene.control.TreeTableColumn<T,?>> groupedColumnProperty()
public final javafx.scene.control.TreeTableColumn<T,?> getGroupedColumn()
public final void setGroupedColumn(javafx.scene.control.TreeTableColumn<T,?> groupedColumn)
public final javafx.beans.property.ObjectProperty<java.lang.Object> groupedValueProperty()
public final java.lang.Object getGroupedValue()
public final void setGroupedValue(java.lang.Object groupedValue)