|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PageRequest
This interface specifies the parameters assocatied with a paging request.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
COUNT
Label for the attribute; Number of items for the page. |
static String |
OFFSET
Label for the attribute; Offset of the page. |
| Method Summary | |
|---|---|
int |
getCount()
Gets the value of the attribute: COUNT. |
int |
getOffset()
Gets the value of the attribute: OFFSET. |
void |
setCount(int a_Count)
Sets the value of the attribute: COUNT. |
void |
setOffset(int a_Offset)
Sets the value of the attribute: OFFSET. |
| Field Detail |
|---|
static final String OFFSET
static final String COUNT
| Method Detail |
|---|
int getOffset()
void setOffset(int a_Offset)
throws WTPropertyVetoException
a_Offset -
WTPropertyVetoExceptionint getCount()
void setCount(int a_Count)
throws WTPropertyVetoException
a_Count -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||