com.gwtext.client.data
Class FieldDef

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.data.FieldDef
Direct Known Subclasses:
BooleanFieldDef, DateFieldDef, FloatFieldDef, IntegerFieldDef, ObjectFieldDef, StringFieldDef

public abstract class FieldDef
extends JsObject

Base abstract FieldDef class.


Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
FieldDef()
           
 
Method Summary
 java.lang.String getName()
          Return the field name.
 
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

FieldDef

public FieldDef()
Method Detail

getName

public java.lang.String getName()
Return the field name.

Returns:
the field name