Uses of Enum Class
com.thecoderscorner.menu.domain.RuntimeListMenuItem.ListCreationMode
Packages that use RuntimeListMenuItem.ListCreationMode
-
Uses of RuntimeListMenuItem.ListCreationMode in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return RuntimeListMenuItem.ListCreationModeModifier and TypeMethodDescriptionRuntimeListMenuItem.getListCreationMode()Returns the enum constant of this class with the specified name.static RuntimeListMenuItem.ListCreationMode[]RuntimeListMenuItem.ListCreationMode.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 RuntimeListMenuItem.ListCreationModeModifier and TypeMethodDescriptionRuntimeListMenuItemBuilder.withCreationMode(RuntimeListMenuItem.ListCreationMode creationMode) Constructors in com.thecoderscorner.menu.domain with parameters of type RuntimeListMenuItem.ListCreationModeModifierConstructorDescriptionRuntimeListMenuItem(String name, String varName, int id, int eepromAddress, String functionName, boolean readOnly, boolean localOnly, boolean visible, int initialRows, boolean staticInRam, RuntimeListMenuItem.ListCreationMode creationMode)