Class IntegerMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<Integer>
com.thecoderscorner.menu.domain.state.IntegerMenuState
- All Implemented Interfaces:
AnyMenuState
An implementation of menu state for integer values. This stores the current value in the MenuTree for an item.
Generally it's best to work with state via
MenuItemHelper-
Nested Class Summary
Nested classes/interfaces inherited from interface com.thecoderscorner.menu.domain.state.AnyMenuState
AnyMenuState.StateStorageType -
Constructor Summary
ConstructorsConstructorDescriptionIntegerMenuState(MenuItem item, boolean changed, boolean active, Integer value) -
Method Summary
-
Constructor Details