|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseListLoadConfig
public class BaseListLoadConfig
Default ListLoadConfig
implementation.
ListLoadConfig
,
Serialized FormField Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
---|
allowNestedValues, map |
Constructor Summary | |
---|---|
BaseListLoadConfig()
|
|
BaseListLoadConfig(SortInfo info)
|
|
BaseListLoadConfig(java.lang.String field,
Style.SortDir dir)
|
Method Summary | |
---|---|
Style.SortDir |
getSortDir()
Returns the current sort direction. |
java.lang.String |
getSortField()
Returns the current sort field. |
SortInfo |
getSortInfo()
Returns the sort info. |
void |
setSortDir(Style.SortDir sortDir)
Sets the sort direction. |
void |
setSortField(java.lang.String sortField)
Sets the sort field. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
---|
get, getProperties, getPropertyNames, remove, set |
Constructor Detail |
---|
public BaseListLoadConfig()
public BaseListLoadConfig(SortInfo info)
public BaseListLoadConfig(java.lang.String field, Style.SortDir dir)
Method Detail |
---|
public Style.SortDir getSortDir()
ListLoadConfig
getSortDir
in interface ListLoadConfig
public java.lang.String getSortField()
ListLoadConfig
getSortField
in interface ListLoadConfig
public SortInfo getSortInfo()
ListLoadConfig
getSortInfo
in interface ListLoadConfig
public void setSortInfo(SortInfo sortInfo)
ListLoadConfig
setSortInfo
in interface ListLoadConfig
public void setSortField(java.lang.String sortField)
ListLoadConfig
setSortField
in interface ListLoadConfig
sortField
- the sort fieldpublic void setSortDir(Style.SortDir sortDir)
ListLoadConfig
setSortDir
in interface ListLoadConfig
sortDir
- the sort direction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |