-
public final class StepperState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStepperState.Companion
-
Field Summary
Fields Modifier and Type Field Description private IntegercurrentValueprivate IntegerinitialValue
-
Constructor Summary
Constructors Constructor Description StepperState(Integer initialValue)
-
Method Summary
Modifier and Type Method Description final IntegergetCurrentValue()final UnitsetCurrentValue(Integer currentValue)final IntegergetInitialValue()final UnitsetInitialValue(Integer initialValue)-
-
Constructor Detail
-
StepperState
StepperState(Integer initialValue)
-
-
Method Detail
-
getCurrentValue
@IntRange(from = 0.toLong()) final Integer getCurrentValue()
-
setCurrentValue
final Unit setCurrentValue(Integer currentValue)
-
getInitialValue
final Integer getInitialValue()
-
setInitialValue
final Unit setInitialValue(Integer initialValue)
-
-
-
-