Package com.thecoderscorner.menu.domain
Class BooleanMenuItemBuilder
java.lang.Object
com.thecoderscorner.menu.domain.MenuItemBuilder<BooleanMenuItemBuilder,BooleanMenuItem>
com.thecoderscorner.menu.domain.BooleanMenuItemBuilder
public class BooleanMenuItemBuilder
extends MenuItemBuilder<BooleanMenuItemBuilder,BooleanMenuItem>
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanMenuItemBuildergetThis()menuItem()withExisting(BooleanMenuItem item)withNaming(BooleanMenuItem.BooleanNaming naming)Methods inherited from class com.thecoderscorner.menu.domain.MenuItemBuilder
baseFromExisting, withEepromAddr, withFunctionName, withId, withLocalOnly, withName, withReadOnly, withVariableName, withVisible
-
Constructor Details
-
BooleanMenuItemBuilder
public BooleanMenuItemBuilder()
-
-
Method Details
-
getThis
-
aBooleanMenuItemBuilder
-