Uses of Class
com.dlsc.gemsfx.MultiColumnListView.ListViewColumn
-
Uses of MultiColumnListView.ListViewColumn in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal javafx.beans.property.ListProperty<MultiColumnListView.ListViewColumn<T>>
MultiColumnListView.columnsProperty()
A list of columns that define how many columns will be shown inside the view.final javafx.collections.ObservableList<MultiColumnListView.ListViewColumn<T>>
MultiColumnListView.getColumns()
Gets the value of thecolumns
property.Modifier and TypeMethodDescriptionfinal void
MultiColumnListView.setColumns
(javafx.collections.ObservableList<MultiColumnListView.ListViewColumn<T>> columns) Sets the value of thecolumns
property.