Uses of Class
com.dlsc.gemsfx.MultiColumnListView
Packages that use MultiColumnListView
Package
Description
Contains the public controls provided by the GemsFX library.
Provides the skin implementations for the GemsFX controls.
-
Uses of MultiColumnListView in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return MultiColumnListViewModifier and TypeMethodDescriptionfinal MultiColumnListView<T> MultiColumnListView.ColumnListCell.getMultiColumnListView()Returns theMultiColumnListViewcontrol where the cell is being used.Methods in com.dlsc.gemsfx that return types with arguments of type MultiColumnListViewModifier 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 theListViewinstances.final javafx.util.Callback<MultiColumnListView<T>, MultiColumnListView.ColumnListCell<T>> MultiColumnListView.getCellFactory()Gets the value of thecellFactoryproperty.final javafx.util.Callback<MultiColumnListView<T>, javafx.scene.control.ListView<MultiColumnListView.ColumnItem<T>>> MultiColumnListView.getListViewFactory()Gets the value of thelistViewFactoryproperty.final javafx.beans.property.ObjectProperty<javafx.util.Callback<MultiColumnListView<T>, javafx.scene.control.ListView<MultiColumnListView.ColumnItem<T>>>> MultiColumnListView.listViewFactoryProperty()Stores the callback that will be invoked to produce newListViewinstances.Method parameters in com.dlsc.gemsfx with type arguments of type MultiColumnListViewModifier and TypeMethodDescriptionfinal voidMultiColumnListView.setCellFactory(javafx.util.Callback<MultiColumnListView<T>, MultiColumnListView.ColumnListCell<T>> cellFactory) Sets the value of thecellFactoryproperty.final voidMultiColumnListView.setListViewFactory(javafx.util.Callback<MultiColumnListView<T>, javafx.scene.control.ListView<MultiColumnListView.ColumnItem<T>>> listViewFactory) Sets the value of thelistViewFactoryproperty.Constructors in com.dlsc.gemsfx with parameters of type MultiColumnListViewModifierConstructorDescriptionColumnListCell(MultiColumnListView<T> multiColumnListView) Creates a new list cell. -
Uses of MultiColumnListView in com.dlsc.gemsfx.skins
Subclasses with type arguments of type MultiColumnListView in com.dlsc.gemsfx.skinsConstructors in com.dlsc.gemsfx.skins with parameters of type MultiColumnListViewModifierConstructorDescriptionCreates a skin for the given multi-column list view.