Class ScrollChoiceMenuItem

java.lang.Object
com.thecoderscorner.menu.domain.MenuItem<CurrentScrollPosition>
com.thecoderscorner.menu.domain.ScrollChoiceMenuItem

public class ScrollChoiceMenuItem extends MenuItem<CurrentScrollPosition>
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.