|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.data.shared.loader.ListLoadConfigBean
public class ListLoadConfigBean
Default ListLoadConfig implementation.
ListLoadConfig,
Serialized Form| Constructor Summary | |
|---|---|
ListLoadConfigBean()
Create a new load config instance. |
|
ListLoadConfigBean(List<SortInfo> info)
Creates a new load config instance. |
|
ListLoadConfigBean(SortInfoBean info)
Create a new load config instance. |
|
| Method Summary | |
|---|---|
List<SortInfoBean> |
getSortInfo()
Returns the sort info. |
void |
setSortInfo(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 |
|---|
public ListLoadConfigBean()
public ListLoadConfigBean(SortInfoBean info)
public ListLoadConfigBean(List<SortInfo> info)
info - the sort information| Method Detail |
|---|
public List<SortInfoBean> getSortInfo()
ListLoadConfig
getSortInfo in interface ListLoadConfigpublic void setSortInfo(List<? extends SortInfo> info)
ListLoadConfig
setSortInfo in interface ListLoadConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||