java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<List<String>>
com.thecoderscorner.menu.domain.state.StringListMenuState
All Implemented Interfaces:
AnyMenuState

public class StringListMenuState extends MenuState<List<String>>
An implementation of menu state for lists of string. This stores the current value in the MenuTree for an item
  • Constructor Details

    • StringListMenuState

      public StringListMenuState(MenuItem item, boolean changed, boolean active, List<String> value)
    • StringListMenuState

      public StringListMenuState(MenuItem item, boolean changed, boolean active, String... value)