public class SeekToConditionPageItemView extends PageView
| Constructor and Description |
|---|
SeekToConditionPageItemView()
Initializes a new instance of the SeekToConditionPageItemView class.
|
SeekToConditionPageItemView(Restriction restriction)
Initializes a new instance of the SeekToConditionPageItemView class.
|
SeekToConditionPageItemView(Restriction restriction,
IndexBasePoint basePoint)
Initializes a new instance of the SeekToConditionPageItemView class.
|
| Modifier and Type | Method and Description |
|---|---|
IndexBasePoint |
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.
|
Restriction |
getRestriction()
Specifies the condition that is used to identify the end of a search.
|
void |
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 |
setRestriction(Restriction restriction)
Specifies the condition that is used to identify the end of a search.
|
getMaxEntriesReturned, setMaxEntriesReturnedpublic SeekToConditionPageItemView()
public SeekToConditionPageItemView(Restriction restriction)
restriction - the restrictionpublic SeekToConditionPageItemView(Restriction restriction, IndexBasePoint basePoint)
restriction - the restrictionbasePoint - the base pointpublic Restriction getRestriction()
public void setRestriction(Restriction restriction)
restriction - the new restrictionpublic IndexBasePoint getBasePoint()
public void setBasePoint(IndexBasePoint basePoint)
basePoint - the new base point