|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Data
- the data typepublic interface PagingLoadResult<Data>
A LoadResult
for paging loaders.
Method Summary | |
---|---|
int |
getOffset()
Returns the current offset of the results. |
int |
getTotalLength()
Returns the total count. |
void |
setOffset(int offset)
Sets the offset. |
void |
setTotalLength(int totalLength)
Sets the total length. |
Methods inherited from interface com.extjs.gxt.ui.client.data.ListLoadResult |
---|
getData |
Method Detail |
---|
int getOffset()
int getTotalLength()
void setOffset(int offset)
offset
- the offsetvoid setTotalLength(int totalLength)
totalLength
- the total length
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |