|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.widget.form.BooleanPropertyEditor
public class BooleanPropertyEditor
PropertyEditor
for boolean values.
Field Summary |
---|
Fields inherited from interface com.extjs.gxt.ui.client.widget.form.PropertyEditor |
---|
DEFAULT |
Constructor Summary | |
---|---|
BooleanPropertyEditor()
|
Method Summary | |
---|---|
java.lang.Boolean |
convertStringValue(java.lang.String value)
Converts a string to the typed value. |
java.lang.String |
getStringValue(java.lang.Boolean value)
Returns the data as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanPropertyEditor()
Method Detail |
---|
public java.lang.Boolean convertStringValue(java.lang.String value)
PropertyEditor
convertStringValue
in interface PropertyEditor<java.lang.Boolean>
value
- the string value
public java.lang.String getStringValue(java.lang.Boolean value)
PropertyEditor
getStringValue
in interface PropertyEditor<java.lang.Boolean>
value
- the typed value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |