public class IndexedPageView extends PageView
| Constructor and Description |
|---|
IndexedPageView()
Initializes a new instance of the IndexedPageView class.
|
IndexedPageView(int offset)
Initializes a new instance of the IndexedPageView class.
|
IndexedPageView(int offset,
IndexBasePoint basePoint)
Initializes a new instance of the IndexedPageView class.
|
IndexedPageView(int offset,
IndexBasePoint basePoint,
int maxEntriesReturned)
Initializes a new instance of the IndexedPageView class.
|
| Modifier and Type | Method and Description |
|---|---|
IndexBasePoint |
getBasePoint()
Gets whether the page of items will start from the beginning or the end of the set of items that are found by using the search criteria.
|
int |
getOffset()
Gets the offset from the BasePoint.
|
void |
setBasePoint(IndexBasePoint basePoint)
Sets whether the page of items will start from the beginning or the end of the set of items that are found by using the search criteria.
|
void |
setOffset(int offset)
Sets the offset from the BasePoint.
|
getMaxEntriesReturned, setMaxEntriesReturnedpublic IndexedPageView()
public IndexedPageView(int offset)
offset - the offsetpublic IndexedPageView(int offset,
IndexBasePoint basePoint)
offset - the offsetbasePoint - the base pointpublic IndexedPageView(int offset,
IndexBasePoint basePoint,
int maxEntriesReturned)
offset - the offsetbasePoint - the base pointmaxEntriesReturned - the max entries returnedpublic int getOffset()
public void setOffset(int offset)
offset - the new offsetpublic IndexBasePoint getBasePoint()
public void setBasePoint(IndexBasePoint basePoint)
basePoint - the new base point