| com.gwtext.client.data.FieldDef com.gwtext.client.data.BooleanFieldDef
BooleanFieldDef | public class BooleanFieldDef extends FieldDef (Code) | | Field that represents boolean data.
author: Sanjiv Jivan since: 0.9 |
Constructor Summary | |
public | BooleanFieldDef(String name) Construct a new BooleanFieldDef. | public | BooleanFieldDef(String name, String mapping) Construct a new BooleanFieldDef
Parameters: name - the name of field Parameters: mapping - the field mapping. | public | BooleanFieldDef(String name, int mapping) Construct a new BooleanFieldDef
Parameters: name - the field name Parameters: mapping - the field mapping. | public | BooleanFieldDef(String name, int mapping, Converter converter) Construct a new BooleanFieldDef
Parameters: name - the field name Parameters: mapping - the field mapping. | public | BooleanFieldDef(String name, String mapping, Converter converter) Construct a new BooleanFieldDef
Parameters: name - the field name Parameters: mapping - the field mapping. |
BooleanFieldDef | public BooleanFieldDef(String name)(Code) | | Construct a new BooleanFieldDef.
Parameters: name - the name of field |
BooleanFieldDef | public BooleanFieldDef(String name, String mapping)(Code) | | Construct a new BooleanFieldDef
Parameters: name - the name of field Parameters: mapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when reading from XML |
BooleanFieldDef | public BooleanFieldDef(String name, int mapping)(Code) | | Construct a new BooleanFieldDef
Parameters: name - the field name Parameters: mapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when reading from XML |
BooleanFieldDef | public BooleanFieldDef(String name, int mapping, Converter converter)(Code) | | Construct a new BooleanFieldDef
Parameters: name - the field name Parameters: mapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when readinf from XML Parameters: converter - format the incoming data before processing it |
BooleanFieldDef | public BooleanFieldDef(String name, String mapping, Converter converter)(Code) | | Construct a new BooleanFieldDef
Parameters: name - the field name Parameters: mapping - the field mapping. Depending on the Reader used, mapping could be the array index position or an XPath expression when readinf from XML Parameters: converter - format the incoming data before processing it |
|
|