Package com.thecoderscorner.menu.domain
Class FloatMenuItemBuilder
java.lang.Object
com.thecoderscorner.menu.domain.MenuItemBuilder<FloatMenuItemBuilder,FloatMenuItem>
com.thecoderscorner.menu.domain.FloatMenuItemBuilder
Constructs a FloatMenuItem 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 FloatMenuItemBuildergetThis()menuItem()withDecimalPlaces(int dp) withExisting(FloatMenuItem item) Methods inherited from class com.thecoderscorner.menu.domain.MenuItemBuilder
baseFromExisting, withEepromAddr, withFunctionName, withId, withLocalOnly, withName, withReadOnly, withStaticDataInRAM, withVariableName, withVisible
-
Constructor Details
-
FloatMenuItemBuilder
public FloatMenuItemBuilder()
-
-
Method Details
-
getThis
-
withDecimalPlaces
-
aFloatMenuItemBuilder
-