Uses of Class
io.github.palexdev.materialfx.selection.SingleSelectionModel
Packages that use SingleSelectionModel
-
Uses of SingleSelectionModel in io.github.palexdev.materialfx.selection
Subclasses of SingleSelectionModel in io.github.palexdev.materialfx.selectionModifier and TypeClassDescriptionclassExtension ofSingleSelectionModelto implement a few more methods for comboboxes.Methods in io.github.palexdev.materialfx.selection with parameters of type SingleSelectionModelModifier and TypeMethodDescriptionvoidSingleSelectionModel.bindIndex(SingleSelectionModel<T> selectionModel) Binds this selection model's index to the given selection model's index, callsSingleSelectionManager.bindIndex(ObservableValue, Function).voidSingleSelectionModel.bindIndexBidirectional(SingleSelectionModel<T> selectionModel) Binds this selection model's index bidirectionally to the given selection model's index, callsSingleSelectionManager.bindIndexBidirectional(Property, Function, TriConsumer).voidSingleSelectionModel.bindItem(SingleSelectionModel<T> selectionModel) Binds this selection model's item to the given selection model's item, callsSingleSelectionManager.bindItem(ObservableValue, Function).voidSingleSelectionModel.bindItemBidirectional(SingleSelectionModel<T> selectionModel) Binds this selection model's item bidirectionally to the given selection model's item, callsSingleSelectionManager.bindItemBidirectional(Property, Function, TriConsumer).