Package com.thecoderscorner.menu.domain
Class CustomBuilderMenuItem
java.lang.Object
com.thecoderscorner.menu.domain.MenuItem
com.thecoderscorner.menu.domain.CustomBuilderMenuItem
This is a custom menu item that can be created by the designer, but does not directly represent a different item
in the API. For example, the Remote management menu item and the authentication menu item. They are just regular
lists when sent remotely.
IMPORTANT: This menu type is a design time only type, it must never be sent to a remote.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.thecoderscorner.menu.domain.MenuItem
eepromAddress, functionName, id, localOnly, name, readOnly, staticDataInRAM, variableName, visible -
Constructor Summary
ConstructorsConstructorDescriptionCustomBuilderMenuItem(String name, String variableName, int id, int eepromAddress, String functionName, boolean readOnly, boolean localOnly, boolean visible, CustomBuilderMenuItem.CustomMenuType theType) -
Method Summary
Methods inherited from class com.thecoderscorner.menu.domain.MenuItem
getEepromAddress, getFunctionName, getId, getName, getVariableName, hasChildren, isLocalOnly, isReadOnly, isStaticDataInRAM, isVisible, toString