public class FractionalPageView extends PageView
| Constructor and Description |
|---|
FractionalPageView()
Initializes a new instance of the FractionalPageView class.
|
FractionalPageView(int numerator,
int denominator)
Initializes a new instance of the FractionalPageView class.
|
FractionalPageView(int numerator,
int denominator,
int maxEntriesReturned)
Initializes a new instance of the FractionalPageView class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDenominator()
Gets the denominator of the fractional offset from the start of the total number of items in the result set.
|
int |
getNumerator()
Gets the numerator of the fractional offset from the start of the total number of items in the result set.
|
void |
setDenominator(int denominator)
Sets the denominator of the fractional offset from the start of the total number of items in the result set.
|
void |
setNumerator(int numerator)
Sets the numerator of the fractional offset from the start of the total number of items in the result set.
|
getMaxEntriesReturned, setMaxEntriesReturnedpublic FractionalPageView()
public FractionalPageView(int numerator,
int denominator)
numerator - the numeratordenominator - the denominatorpublic FractionalPageView(int numerator,
int denominator,
int maxEntriesReturned)
numerator - the numeratordenominator - the denominatormaxEntriesReturned - the max entries returnedpublic int getNumerator()
public void setNumerator(int numerator)
numerator - the new numeratorpublic int getDenominator()
public void setDenominator(int denominator)
denominator - the new denominator