com.extjs.gxt.ui.client.data
Class BaseListLoadConfig

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.BaseModelData
      extended by com.extjs.gxt.ui.client.data.BaseListLoadConfig
All Implemented Interfaces:
ListLoadConfig, ModelData, java.io.Serializable
Direct Known Subclasses:
BaseGroupingLoadConfig, BasePagingLoadConfig

public class BaseListLoadConfig
extends BaseModelData
implements ListLoadConfig, java.io.Serializable

Default ListLoadConfig implementation.

See Also:
ListLoadConfig, Serialized Form

Constructor Summary
BaseListLoadConfig()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getParams()
           
 SortInfo getSortInfo()
          Returns the sort info.
 void setParams(java.util.Map<java.lang.String,java.lang.String> params)
           
 void setSortInfo(SortInfo sortInfo)
          Sets the sort info.
 
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseListLoadConfig

public BaseListLoadConfig()
Method Detail

getSortInfo

public SortInfo getSortInfo()
Description copied from interface: ListLoadConfig
Returns the sort info.

Specified by:
getSortInfo in interface ListLoadConfig

setSortInfo

public void setSortInfo(SortInfo sortInfo)
Description copied from interface: ListLoadConfig
Sets the sort info.

Specified by:
setSortInfo in interface ListLoadConfig

getParams

public java.util.Map<java.lang.String,java.lang.String> getParams()

setParams

public void setParams(java.util.Map<java.lang.String,java.lang.String> params)