|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListLoadConfig
Load config interface for list based data.
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 info)
Sets the sort info. |
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
---|
get, getProperties, getPropertyNames, remove, set |
Method Detail |
---|
Style.SortDir getSortDir()
java.lang.String getSortField()
SortInfo getSortInfo()
void setSortDir(Style.SortDir sortDir)
sortDir
- the sort directionvoid setSortField(java.lang.String sortField)
sortField
- the sort fieldvoid setSortInfo(SortInfo info)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |