| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
IndexBasePoint |
SeekToConditionPageItemView.getBasePoint()
Describes 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.
|
IndexBasePoint |
IndexedPageView.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.
|
static IndexBasePoint |
IndexBasePoint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexBasePoint[] |
IndexBasePoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeekToConditionPageItemView.setBasePoint(IndexBasePoint basePoint)
Describes 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 |
IndexedPageView.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.
|
| Constructor and Description |
|---|
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.
|
SeekToConditionPageItemView(Restriction restriction,
IndexBasePoint basePoint)
Initializes a new instance of the SeekToConditionPageItemView class.
|