Uses of Enum Class
com.thecoderscorner.menu.domain.EditItemType
Packages that use EditItemType
-
Uses of EditItemType in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return EditItemTypeModifier and TypeMethodDescriptionstatic EditItemTypeEditItemType.fromId(int id) EditableTextMenuItem.getItemType()static EditItemTypeReturns the enum constant of this class with the specified name.static EditItemType[]EditItemType.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 EditItemTypeModifier and TypeMethodDescriptionEditableTextMenuItemBuilder.withEditItemType(EditItemType editItemType) Constructors in com.thecoderscorner.menu.domain with parameters of type EditItemTypeModifierConstructorDescriptionEditableTextMenuItem(String name, String varName, int id, int eepromAddress, String functionName, int length, EditItemType itemType, boolean readOnly, boolean localOnly, boolean visible, boolean staticInRam)