Class ScrollChoiceMenuItem

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

public class ScrollChoiceMenuItem extends MenuItem
Represents a more configurable and more extensible version of enum that should be used when the number of choices is larger, the choices are in eeprom, or you need more control at runtime of the choices.
  • Constructor Details

    • ScrollChoiceMenuItem

      public ScrollChoiceMenuItem()
    • ScrollChoiceMenuItem

      public ScrollChoiceMenuItem(String name, String varName, int id, int eepromAddress, String functionName, int itemWidth, int eepromOffset, int numEntries, ScrollChoiceMenuItem.ScrollChoiceMode mode, String variable, boolean readOnly, boolean localOnly, boolean visible)
  • Method Details