|
||||||||||
| 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
com.sencha.gxt.data.shared.loader.PagingLoadConfigBean
public class PagingLoadConfigBean
Default implementation of the PagingLoadConfig interface.
| Constructor Summary | |
|---|---|
PagingLoadConfigBean()
Creates a new paging load config. |
|
PagingLoadConfigBean(int offset,
int limit)
Creates a new paging load config. |
|
| Method Summary | |
|---|---|
int |
getLimit()
The number of records being requested. |
int |
getOffset()
The offset for the first record to retrieve. |
void |
setLimit(int limit)
Sets the limit. |
void |
setOffset(int offset)
Sets the offset. |
| Methods inherited from class com.sencha.gxt.data.shared.loader.ListLoadConfigBean |
|---|
getSortInfo, setSortInfo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sencha.gxt.data.shared.loader.ListLoadConfig |
|---|
getSortInfo, setSortInfo |
| Constructor Detail |
|---|
public PagingLoadConfigBean()
public PagingLoadConfigBean(int offset,
int limit)
offset - the offsetlimit - the limit| Method Detail |
|---|
public int getLimit()
PagingLoadConfig
getLimit in interface PagingLoadConfigpublic int getOffset()
PagingLoadConfig
getOffset in interface PagingLoadConfigpublic void setLimit(int limit)
PagingLoadConfig
setLimit in interface PagingLoadConfiglimit - the limitpublic void setOffset(int offset)
PagingLoadConfig
setOffset in interface PagingLoadConfigoffset - the offset
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||