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