eepromAddress, functionName, id, name, readOnly| Constructor | Description |
|---|---|
ActionMenuItem() |
|
ActionMenuItem(String name,
int id,
String functionName,
int eepromAddr) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(MenuItemVisitor visitor) |
|
boolean |
equals(Object o) |
|
boolean |
hasChildren() |
SubMenuItems always have child items, so they always return true
|
int |
hashCode() |
|
MenuState<Boolean> |
newMenuState(Boolean value,
boolean changed,
boolean active) |
getEepromAddress, getFunctionName, getId, getName, isReadOnly, toStringpublic boolean hasChildren()
hasChildren in class MenuItem<Boolean>public MenuState<Boolean> newMenuState(Boolean value, boolean changed, boolean active)
newMenuState in class MenuItem<Boolean>public void accept(MenuItemVisitor visitor)
Copyright © 2018. All rights reserved.