Uses of Enum Class
com.thecoderscorner.menu.domain.ScrollChoiceMenuItem.ScrollChoiceMode
Packages that use ScrollChoiceMenuItem.ScrollChoiceMode
-
Uses of ScrollChoiceMenuItem.ScrollChoiceMode in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return ScrollChoiceMenuItem.ScrollChoiceModeModifier and TypeMethodDescriptionScrollChoiceMenuItem.getChoiceMode()Returns the enum constant of this class with the specified name.ScrollChoiceMenuItem.ScrollChoiceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.thecoderscorner.menu.domain with parameters of type ScrollChoiceMenuItem.ScrollChoiceModeModifier and TypeMethodDescriptionScrollChoiceMenuItemBuilder.withChoiceMode(ScrollChoiceMenuItem.ScrollChoiceMode choiceMode) Constructors in com.thecoderscorner.menu.domain with parameters of type ScrollChoiceMenuItem.ScrollChoiceModeModifierConstructorDescriptionScrollChoiceMenuItem(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)