Uses of Class
io.ultreia.java4all.jaxx.widgets.choice.BooleanEditor.Value
-
Packages that use BooleanEditor.Value Package Description io.ultreia.java4all.jaxx.widgets.choice -
-
Uses of BooleanEditor.Value in io.ultreia.java4all.jaxx.widgets.choice
Fields in io.ultreia.java4all.jaxx.widgets.choice declared as BooleanEditor.Value Modifier and Type Field Description protected BooleanEditor.ValueBooleanEditor.ValueEntry. valueMethods in io.ultreia.java4all.jaxx.widgets.choice that return BooleanEditor.Value Modifier and Type Method Description BooleanEditor.ValueBooleanEditor.ValueEntry. getValue()static BooleanEditor.ValueBooleanEditor.Value. valueOf(Boolean value)Returns the enum constant of this type with the specified name.static BooleanEditor.ValueBooleanEditor.Value. valueOf(String name)Returns the enum constant of this type with the specified name.static BooleanEditor.Value[]BooleanEditor.Value. values()Returns an array containing the constants of this enum type, in the order they are declared.
-