Class BooleanEditor.ValueEntry
- java.lang.Object
-
- io.ultreia.java4all.jaxx.widgets.choice.BooleanEditor.ValueEntry
-
- Enclosing class:
- BooleanEditor
protected static class BooleanEditor.ValueEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtextprotected BooleanEditor.Valuevalue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetText()BooleanEditor.ValuegetValue()inthashCode()StringtoString()
-
-
-
Field Detail
-
value
protected final BooleanEditor.Value value
-
text
protected final String text
-
-
Method Detail
-
getValue
public BooleanEditor.Value getValue()
-
getText
public String getText()
-
-