Uses of Class
com.thecoderscorner.menu.domain.BooleanMenuItem.BooleanNaming
-
Packages that use BooleanMenuItem.BooleanNaming Package Description com.thecoderscorner.menu.domain -
-
Uses of BooleanMenuItem.BooleanNaming in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return BooleanMenuItem.BooleanNaming Modifier and Type Method Description BooleanMenuItem.BooleanNamingBooleanMenuItem. getNaming()returns the naming for this boolean, that describes how to render the true/false choice.static BooleanMenuItem.BooleanNamingBooleanMenuItem.BooleanNaming. valueOf(java.lang.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.Methods in com.thecoderscorner.menu.domain with parameters of type BooleanMenuItem.BooleanNaming Modifier and Type Method Description BooleanMenuItemBuilderBooleanMenuItemBuilder. withNaming(BooleanMenuItem.BooleanNaming naming)Constructors in com.thecoderscorner.menu.domain with parameters of type BooleanMenuItem.BooleanNaming Constructor Description BooleanMenuItem(java.lang.String name, int id, int eepromAddress, java.lang.String functionName, BooleanMenuItem.BooleanNaming naming, boolean readOnly, boolean localOnly, boolean visible)
-