tcMenuJavaAPI
Public Member Functions | Static Public Member Functions | List of all members
com.thecoderscorner.menu.domain.BooleanMenuItemBuilder Class Reference
Inheritance diagram for com.thecoderscorner.menu.domain.BooleanMenuItemBuilder:
com.thecoderscorner.menu.domain.MenuItemBuilder< BooleanMenuItemBuilder, BooleanMenuItem >

Public Member Functions

BooleanMenuItemBuilder getThis ()
 
BooleanMenuItemBuilder withExisting (BooleanMenuItem item)
 
BooleanMenuItemBuilder withNaming (BooleanMenuItem.BooleanNaming naming)
 
BooleanMenuItem menuItem ()
 
- Public Member Functions inherited from com.thecoderscorner.menu.domain.MenuItemBuilder< BooleanMenuItemBuilder, BooleanMenuItem >
withName (String name)
 
withStaticDataInRAM (boolean inRAM)
 
withVariableName (String variableName)
 
withReadOnly (boolean readOnly)
 
withId (int id)
 
withEepromAddr (int eepromAddr)
 
withFunctionName (String functionName)
 
withLocalOnly (boolean localOnly)
 
withVisible (boolean visible)
 
abstract M menuItem ()
 

Static Public Member Functions

static BooleanMenuItemBuilder aBooleanMenuItemBuilder ()
 

Additional Inherited Members

- Protected Member Functions inherited from com.thecoderscorner.menu.domain.MenuItemBuilder< BooleanMenuItemBuilder, BooleanMenuItem >
void baseFromExisting (M item)
 

Detailed Description

Constructs a BooleanMenuItemBuilder using the standard builder pattern. It is possible to either build an item from scratch, or start with an existing item and make changes.


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