Module MaterialFX
Package io.github.palexdev.materialfx.controls.models.spinner
package io.github.palexdev.materialfx.controls.models.spinner
-
ClassDescriptionBase implementation for
SpinnerModel.Concrete implementation ofNumberSpinnerModelto work with double value.Concrete implementation ofNumberSpinnerModelto work with integer value.Concrete implementation ofAbstractSpinnerModelto work with lists of any type.Concrete implementation ofAbstractSpinnerModelto work withLocalDatevalues.NumberSpinnerModel<T extends Number>Base class to easily implement spinner models for numeric values, extendsAbstractSpinnerModel.SpinnerModel<T>Defines the public API for all models to be used withMFXSpinner.