/AWS1/CL_QSTPAGINATIONCONF¶
The pagination configuration for a table visual or boxplot.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pagesize TYPE /AWS1/QSTLONG /AWS1/QSTLONG¶
Indicates how many items render in one page.
iv_pagenumber TYPE /AWS1/QSTPAGENUMBER /AWS1/QSTPAGENUMBER¶
Indicates the page number.
Queryable Attributes¶
PageSize¶
Indicates how many items render in one page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGESIZE() |
Getter for PAGESIZE, with configurable default |
ASK_PAGESIZE() |
Getter for PAGESIZE w/ exceptions if field has no value |
HAS_PAGESIZE() |
Determine if PAGESIZE has a value |
PageNumber¶
Indicates the page number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGENUMBER() |
Getter for PAGENUMBER, with configurable default |
ASK_PAGENUMBER() |
Getter for PAGENUMBER w/ exceptions if field has no value |
HAS_PAGENUMBER() |
Determine if PAGENUMBER has a value |