Package com.thecoderscorner.menu.domain
Class RuntimeListMenuItem
java.lang.Object
com.thecoderscorner.menu.domain.MenuItem<List<String>>
com.thecoderscorner.menu.domain.RuntimeListMenuItem
-
Field Summary
Fields inherited from class com.thecoderscorner.menu.domain.MenuItem
eepromAddress, functionName, id, localOnly, name, readOnly, variableName, visible -
Constructor Summary
ConstructorsConstructorDescriptionRuntimeListMenuItem(String name, String varName, int id, int eepromAddress, String functionName, boolean readOnly, boolean localOnly, boolean visible, int initialRows) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MenuItemVisitor visitor)booleanintinthashCode()newMenuState(List<String> value, boolean changed, boolean active)Methods inherited from class com.thecoderscorner.menu.domain.MenuItem
getEepromAddress, getFunctionName, getId, getName, getVariableName, hasChildren, isLocalOnly, isReadOnly, isVisible, toString
-
Constructor Details
-
RuntimeListMenuItem
public RuntimeListMenuItem() -
RuntimeListMenuItem
-
-
Method Details