
public interface PagingLoadResult<Data> extends ListLoadResult<Data>
LoadResult for paging loaders.| Modifier and Type | Method and Description |
|---|---|
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.
|
getDataint getOffset()
int getTotalLength()
void setOffset(int offset)
offset - the offsetvoid setTotalLength(int totalLength)
totalLength - the total lengthCopyright © 2018. All rights reserved.