|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.data.FieldDef
com.gwtext.client.data.BooleanFieldDef
public class BooleanFieldDef
Field that represents boolean data.
| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
BooleanFieldDef(java.lang.String name)
Construct a new BooleanFieldDef. |
|
BooleanFieldDef(java.lang.String name,
int mapping)
Construct a new BooleanFieldDef |
|
BooleanFieldDef(java.lang.String name,
int mapping,
Converter converter)
Construct a new BooleanFieldDef |
|
BooleanFieldDef(java.lang.String name,
java.lang.String mapping)
Construct a new BooleanFieldDef |
|
BooleanFieldDef(java.lang.String name,
java.lang.String mapping,
Converter converter)
Construct a new BooleanFieldDef |
|
| Method Summary |
|---|
| Methods inherited from class com.gwtext.client.data.FieldDef |
|---|
getName |
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanFieldDef(java.lang.String name)
name - the name of field
public BooleanFieldDef(java.lang.String name,
java.lang.String mapping)
name - the name of fieldmapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when reading from XML
public BooleanFieldDef(java.lang.String name,
int mapping)
name - the field namemapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when reading from XML
public BooleanFieldDef(java.lang.String name,
int mapping,
Converter converter)
name - the field namemapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when readinf from XMLconverter - format the incoming data before processing it
public BooleanFieldDef(java.lang.String name,
java.lang.String mapping,
Converter converter)
name - the field namemapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when readinf from XMLconverter - format the incoming data before processing it
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||