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

All Known Subinterfaces:
GroupingLoadConfig, PagingLoadConfig
All Known Implementing Classes:
BaseGroupingLoadConfig, BaseListLoadConfig, BasePagingLoadConfig

public interface ListLoadConfig

Load config interface for list based data.

 

Method Summary
 SortInfo getSortInfo()
          Returns the sort info.
 void setSortInfo(SortInfo info)
          Sets the sort info.
 

Method Detail

getSortInfo

SortInfo getSortInfo()
Returns the sort info.


setSortInfo

void setSortInfo(SortInfo info)
Sets the sort info.