Uses of Interface
io.github.palexdev.materialfx.controls.models.spinner.SpinnerModel
Packages that use SpinnerModel
Package
Description
-
Uses of SpinnerModel in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return SpinnerModelModifier and TypeMethodDescriptionMFXSpinner.getSpinnerModel()Gets the value of the property spinnerModel.Methods in io.github.palexdev.materialfx.controls that return types with arguments of type SpinnerModelModifier and TypeMethodDescriptionMFXSpinner.spinnerModelProperty()Specifies the spinner's model, responsible for handling the spinner's value according to the data type.Methods in io.github.palexdev.materialfx.controls with parameters of type SpinnerModelModifier and TypeMethodDescriptionvoidMFXSpinner.setSpinnerModel(SpinnerModel<T> spinnerModel) Sets the value of the property spinnerModel.Constructors in io.github.palexdev.materialfx.controls with parameters of type SpinnerModel -
Uses of SpinnerModel in io.github.palexdev.materialfx.controls.models.spinner
Classes in io.github.palexdev.materialfx.controls.models.spinner that implement SpinnerModelModifier and TypeClassDescriptionclassBase implementation forSpinnerModel.classConcrete implementation ofNumberSpinnerModelto work with double value.classConcrete implementation ofNumberSpinnerModelto work with integer value.classConcrete implementation ofAbstractSpinnerModelto work with lists of any type.classConcrete implementation ofAbstractSpinnerModelto work withLocalDatevalues.classNumberSpinnerModel<T extends Number>Base class to easily implement spinner models for numeric values, extendsAbstractSpinnerModel.