MutableSpinButtonBehavior
abstract class MutableSpinButtonBehavior<T, M : MutableSpinButtonModel<T>> : SpinButtonBehavior<T, M> (source)
Provides presentation and behavior customization for MutableSpinButton.
Inherited properties
Functions
Link copied to clipboard
Called whenever editing completes for the MutableSpinButton. This lets the behavior reconfigure the SpinButton accordingly.
Link copied to clipboard
Called whenever editing begins for the MutableSpinButton. This lets the behavior reconfigure the SpinButton accordingly.
Inherited functions
Link copied to clipboard
Called whenever SpinButton.cellAlignment changes.
Link copied to clipboard
Called whenever the SpinButton's selection changes. This is an explicit API to ensure that behaviors receive the notification before listeners to SpinButton.changed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard