| Package | Description |
|---|---|
| com.thecoderscorner.menu.domain |
| Modifier and Type | Method | Description |
|---|---|---|
BooleanMenuItem.BooleanNaming |
BooleanMenuItem.getNaming() |
returns the naming for this boolean, that describes how to render the true/false choice.
|
static BooleanMenuItem.BooleanNaming |
BooleanMenuItem.BooleanNaming.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BooleanMenuItem.BooleanNaming[] |
BooleanMenuItem.BooleanNaming.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
BooleanMenuItemBuilder |
BooleanMenuItemBuilder.withNaming(BooleanMenuItem.BooleanNaming naming) |
| Constructor | Description |
|---|---|
BooleanMenuItem(String name,
int id,
int eepromAddress,
String functionName,
BooleanMenuItem.BooleanNaming naming) |
Copyright © 2018. All rights reserved.