com.sencha.gxt.data.shared.loader
Interface ListLoadConfig

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
FilterPagingLoadConfig, PagingLoadConfig
All Known Implementing Classes:
FilterPagingLoadConfigBean, ListLoadConfigBean, PagingLoadConfigBean

public interface ListLoadConfig
extends java.io.Serializable

Load config interface for list based data. Adds support for sort information.


Method Summary
 java.util.List<? extends SortInfo> getSortInfo()
          Returns the sort info.
 void setSortInfo(java.util.List<? extends SortInfo> info)
          Sets the sort info.
 

Method Detail

getSortInfo

java.util.List<? extends SortInfo> getSortInfo()
Returns the sort info.


setSortInfo

void setSortInfo(java.util.List<? extends SortInfo> info)
Sets the sort info.



Copyright © 2012. All Rights Reserved.