tcMenuJavaAPI
Classes | Public Member Functions | List of all members
com.thecoderscorner.menu.domain.CustomBuilderMenuItem Class Reference
Inheritance diagram for com.thecoderscorner.menu.domain.CustomBuilderMenuItem:
com.thecoderscorner.menu.domain.MenuItem

Classes

enum  CustomMenuType
 

Public Member Functions

 CustomBuilderMenuItem (String name, String variableName, int id, int eepromAddress, String functionName, boolean readOnly, boolean localOnly, boolean visible, CustomMenuType theType, boolean staticRam)
 
CustomMenuType getMenuType ()
 
void accept (MenuItemVisitor visitor)
 
boolean equals (Object o)
 
int hashCode ()
 
- Public Member Functions inherited from com.thecoderscorner.menu.domain.MenuItem
 MenuItem (String name, String variableName, int id, int eepromAddress, String functionName, boolean readOnly, boolean localOnly, boolean visible, boolean staticDataInRAM)
 
String getName ()
 
boolean isReadOnly ()
 
int getId ()
 
boolean isLocalOnly ()
 
int getEepromAddress ()
 
String getFunctionName ()
 
String getVariableName ()
 
boolean isVisible ()
 
boolean hasChildren ()
 
boolean isStaticDataInRAM ()
 
String toString ()
 

Additional Inherited Members

- Protected Attributes inherited from com.thecoderscorner.menu.domain.MenuItem
final String name
 
final String variableName
 
final int id
 
final int eepromAddress
 
final String functionName
 
final boolean readOnly
 
final boolean localOnly
 
final boolean visible
 
final boolean staticDataInRAM
 

Detailed Description

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.


Class Documentation

◆ com::thecoderscorner::menu::domain::CustomBuilderMenuItem::CustomMenuType

enum com::thecoderscorner::menu::domain::CustomBuilderMenuItem::CustomMenuType
Enumerator
AUTHENTICATION
REMOTE_IOT_MONITOR

The documentation for this class was generated from the following file: