java.lang.Object
com.dlsc.gemsfx.MultiColumnListView.ListViewColumn<T>
- Type Parameters:
T- the type of items shown by the column
- Enclosing class:
- MultiColumnListView<T>
The model object representing a single column. The type of the items in all columns must be the
same.
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal javafx.scene.NodeGets the value of the property header.final javafx.collections.ObservableList<T>getItems()Gets the value of the property items.final javafx.beans.property.ObjectProperty<javafx.scene.Node>An optional node that will serve as the column's header.final javafx.beans.property.ListProperty<T>The data shown in the column.final voidsetHeader(javafx.scene.Node header) Sets the value of the property header.final voidSets the value of the property items.
-
Property Details
-
items
The data shown in the column.- See Also:
-
header
public final javafx.beans.property.ObjectProperty<javafx.scene.Node> headerPropertyAn optional node that will serve as the column's header. It will be shown above the column.- See Also:
-
-
Constructor Details
-
ListViewColumn
public ListViewColumn()
-
-
Method Details
-
getItems
Gets the value of the property items.- Property description:
- The data shown in the column.
-
itemsProperty
The data shown in the column.- See Also:
-
setItems
Sets the value of the property items.- Property description:
- The data shown in the column.
-
getHeader
public final javafx.scene.Node getHeader()Gets the value of the property header.- Property description:
- An optional node that will serve as the column's header. It will be shown above the column.
-
headerProperty
public final javafx.beans.property.ObjectProperty<javafx.scene.Node> headerProperty()An optional node that will serve as the column's header. It will be shown above the column.- See Also:
-
setHeader
public final void setHeader(javafx.scene.Node header) Sets the value of the property header.- Property description:
- An optional node that will serve as the column's header. It will be shown above the column.
-