Uses of Class
com.thecoderscorner.menu.domain.EditItemType
-
Packages that use EditItemType Package Description com.thecoderscorner.menu.domain -
-
Uses of EditItemType in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return EditItemType Modifier and Type Method Description static EditItemTypeEditItemType. fromId(int id)EditItemTypeEditableTextMenuItem. getItemType()static EditItemTypeEditItemType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EditItemType[]EditItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.domain with parameters of type EditItemType Modifier and Type Method Description EditableTextMenuItemBuilderEditableTextMenuItemBuilder. withEditItemType(EditItemType editItemType)Constructors in com.thecoderscorner.menu.domain with parameters of type EditItemType Constructor Description EditableTextMenuItem(java.lang.String name, int id, int eepromAddress, java.lang.String functionName, int length, EditItemType itemType, boolean readOnly, boolean localOnly, boolean visible)
-