| com.gwtext.client.data.FieldDef com.gwtext.client.data.ObjectFieldDef
ObjectFieldDef | public class ObjectFieldDef extends FieldDef (Code) | | Field that represents String data.
|
Constructor Summary | |
public | ObjectFieldDef(String name) Construct a new StringFieldDef. | public | ObjectFieldDef(String name, String mapping) Construct a new StringFieldDef.
Parameters: name - the name of field Parameters: mapping - the field mapping. | public | ObjectFieldDef(String name, int mapping) Construct a new StringFieldDef.
Parameters: name - the name of field Parameters: mapping - the field mapping. | public | ObjectFieldDef(String name, String mapping, Converter converter) Construct a new StringFieldDef.
Parameters: name - the field name Parameters: mapping - the field mapping. | public | ObjectFieldDef(String name, int mapping, Converter converter) Construct a new StringFieldDef.
Parameters: name - the field name Parameters: mapping - the field mapping. |
ObjectFieldDef | public ObjectFieldDef(String name)(Code) | | Construct a new StringFieldDef.
Parameters: name - the name of field |
ObjectFieldDef | public ObjectFieldDef(String name, String mapping)(Code) | | Construct a new StringFieldDef.
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 |
ObjectFieldDef | public ObjectFieldDef(String name, int mapping)(Code) | | Construct a new StringFieldDef.
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 |
ObjectFieldDef | public ObjectFieldDef(String name, String mapping, Converter converter)(Code) | | Construct a new StringFieldDef.
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 |
ObjectFieldDef | public ObjectFieldDef(String name, int mapping, Converter converter)(Code) | | Construct a new StringFieldDef.
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 |
|
|