Uses of Class
com.dlsc.gemsfx.MultiColumnListView.ListViewColumn
Packages that use MultiColumnListView.ListViewColumn
-
Uses of MultiColumnListView.ListViewColumn in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return types with arguments of type MultiColumnListView.ListViewColumnModifier 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.Method parameters in com.dlsc.gemsfx with type arguments of type MultiColumnListView.ListViewColumnModifier and TypeMethodDescriptionfinal void
MultiColumnListView.setColumns
(javafx.collections.ObservableList<MultiColumnListView.ListViewColumn<T>> columns) Sets the value of thecolumns
property.