Class StringMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<String>
com.thecoderscorner.menu.domain.state.StringMenuState
- All Implemented Interfaces:
AnyMenuState
An implementation of menu state for Strings. 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
ConstructorsConstructorDescriptionStringMenuState(MenuItem item, boolean changed, boolean active, String value) -
Method Summary
-
Constructor Details