com.gwtext.client.core
Class BaseConfig

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.core.BaseConfig
Direct Known Subclasses:
AnimationConfig, BaseColumnConfig, ClickRepeaterConfig, ConnectionConfig, CookieProviderConfig, DragDropConfig, GenericConfig, KeyMapConfig, KeyNavConfig, LayerConfig, LayoutData, ListenerConfig, MessageBoxConfig, QuickTipsConfig, ResizableConfig, TreeDropZoneConfig, TreeFilterConfig, TreeSorterConfig, UrlLoadConfig, WaitConfig

public abstract class BaseConfig
extends JsObject

Base abstract configutation class.


Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
BaseConfig()
           
 
Method Summary
 
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

BaseConfig

public BaseConfig()