com.extjs.gxt.ui.client.data
Interface ListLoadConfig

All Superinterfaces:
LoadConfig, ModelData
All Known Subinterfaces:
FilterPagingLoadConfig, GroupingLoadConfig, PagingLoadConfig, RemoteSortTreeLoadConfig
All Known Implementing Classes:
BaseFilterPagingLoadConfig, BaseGroupingLoadConfig, BaseListLoadConfig, BasePagingLoadConfig, BaseRemoteSortTreeLoadConfig

public interface ListLoadConfig
extends LoadConfig

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

getSortDir

Style.SortDir getSortDir()
Returns the current sort direction.

Returns:
the sort direction

getSortField

java.lang.String getSortField()
Returns the current sort field.

Returns:
the sort field

getSortInfo

SortInfo getSortInfo()
Returns the sort info.


setSortDir

void setSortDir(Style.SortDir sortDir)
Sets the sort direction.

Parameters:
sortDir - the sort direction

setSortField

void setSortField(java.lang.String sortField)
Sets the sort field.

Parameters:
sortField - the sort field

setSortInfo

void setSortInfo(SortInfo info)
Sets the sort info.