|
|||||||||
| 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.extjs.gxt.ui.client.data.ListLoadConfig |
|---|
getSortDir, getSortField, getSortInfo, setSortDir, setSortField, setSortInfo |
| Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
|---|
get, getProperties, getPropertyNames, remove, set |
| 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 | ||||||||