java.lang.Object
com.thecoderscorner.menu.domain.MenuItem
com.thecoderscorner.menu.domain.EnumMenuItem

public class EnumMenuItem extends MenuItem
A menu item implementation that represents one of a known set of choices, the choices are stored as an integer value, but each choice has a string representation as well.
  • Constructor Details

    • EnumMenuItem

      public EnumMenuItem()
    • EnumMenuItem

      public EnumMenuItem(String name, String varName, int id, int eepromAddress, String functionName, List<String> enumEntries, boolean readOnly, boolean localOnly, boolean visible, boolean staticInRAM)
  • Method Details