Uses of Class
com.dlsc.gemsfx.MultiColumnListView
-
Uses of MultiColumnListView in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal MultiColumnListView<T>
MultiColumnListView.ColumnListCell.getMultiColumnListView()
Returns theMultiColumnListView
control where the cell is being used.Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<MultiColumnListView<T>,
MultiColumnListView.ColumnListCell<T>>> MultiColumnListView.cellFactoryProperty()
The cell factory that will be used for each one of theListView
instances.final javafx.util.Callback<MultiColumnListView<T>,
MultiColumnListView.ColumnListCell<T>> MultiColumnListView.getCellFactory()
Gets the value of thecellFactory
property.final javafx.util.Callback<MultiColumnListView<T>,
javafx.scene.control.ListView<T>> MultiColumnListView.getListViewFactory()
Gets the value of thelistViewFactory
property.final javafx.beans.property.ObjectProperty<javafx.util.Callback<MultiColumnListView<T>,
javafx.scene.control.ListView<T>>> MultiColumnListView.listViewFactoryProperty()
Stores the callback that will be invoked to produce newListView
instances.Modifier and TypeMethodDescriptionfinal void
MultiColumnListView.setCellFactory
(javafx.util.Callback<MultiColumnListView<T>, MultiColumnListView.ColumnListCell<T>> cellFactory) Sets the value of thecellFactory
property.final void
MultiColumnListView.setListViewFactory
(javafx.util.Callback<MultiColumnListView<T>, javafx.scene.control.ListView<T>> listViewFactory) Sets the value of thelistViewFactory
property.ModifierConstructorDescriptionColumnListCell
(MultiColumnListView<T> multiColumnListView) Creates a new list cell. -
Uses of MultiColumnListView in com.dlsc.gemsfx.demo
ModifierConstructorDescriptionIssueListCell
(MultiColumnListView<MultiColumnListViewApp.Issue> multiColumnListView) -
Uses of MultiColumnListView in com.dlsc.gemsfx.skins