|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PagingLoadConfig
A ListLoadConfig with support for limit and offset values.
| 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 interface com.sencha.gxt.data.shared.loader.ListLoadConfig |
|---|
getSortInfo, setSortInfo |
| Method Detail |
|---|
void setLimit(int limit)
limit - the limitvoid setOffset(int offset)
offset - the offsetint getLimit()
int getOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||