Class StringListMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<List<String>>
com.thecoderscorner.menu.domain.state.StringListMenuState
- All Implemented Interfaces:
AnyMenuState
An implementation of menu state for lists of string. This stores the current value in the MenuTree for an item
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.thecoderscorner.menu.domain.state.AnyMenuState
AnyMenuState.StateStorageType -
Constructor Summary
ConstructorsConstructorDescriptionStringListMenuState(MenuItem item, boolean changed, boolean active, String... value) StringListMenuState(MenuItem item, boolean changed, boolean active, List<String> value) -
Method Summary
-
Constructor Details