com.sencha.gxt.data.shared.loader
Class ListLoadConfigBean

java.lang.Object
  extended by com.sencha.gxt.data.shared.loader.ListLoadConfigBean
All Implemented Interfaces:
ListLoadConfig, java.io.Serializable
Direct Known Subclasses:
PagingLoadConfigBean

public class ListLoadConfigBean
extends java.lang.Object
implements ListLoadConfig

Default ListLoadConfig implementation.

See Also:
ListLoadConfig, Serialized Form

Constructor Summary
ListLoadConfigBean()
          Create a new load config instance.
ListLoadConfigBean(java.util.List<SortInfo> info)
          Creates a new load config instance.
ListLoadConfigBean(SortInfoBean info)
          Create a new load config instance.
 
Method Summary
 java.util.List<SortInfoBean> getSortInfo()
          Returns the sort info.
 void setSortInfo(java.util.List<? extends SortInfo> info)
          Sets the sort info.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListLoadConfigBean

public ListLoadConfigBean()
Create a new load config instance.


ListLoadConfigBean

public ListLoadConfigBean(SortInfoBean info)
Create a new load config instance.


ListLoadConfigBean

public ListLoadConfigBean(java.util.List<SortInfo> info)
Creates a new load config instance.

Parameters:
info - the sort information
Method Detail

getSortInfo

public java.util.List<SortInfoBean> getSortInfo()
Description copied from interface: ListLoadConfig
Returns the sort info.

Specified by:
getSortInfo in interface ListLoadConfig

setSortInfo

public void setSortInfo(java.util.List<? extends SortInfo> info)
Description copied from interface: ListLoadConfig
Sets the sort info.

Specified by:
setSortInfo in interface ListLoadConfig


Copyright © 2012. All Rights Reserved.