ComparableSpinner

abstract class ComparableSpinner<V : Comparable<V>, P : Property<V>> : SpinnerBase<V, P>

The base class for Spinners, whose values are comparable, and have a min and max value.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val max: V
Link copied to clipboard
abstract val maxProperty: P
Link copied to clipboard
abstract val min: V
Link copied to clipboard
abstract val minProperty: P

Functions

Link copied to clipboard
open override fun adjust(direction: Int, byLargeStep: Boolean)
Link copied to clipboard
open override fun isValid(newValue: V): Boolean