/AWS1/CL_QSTTABLEOPTIONS¶
The table options for a table visual.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_orientation TYPE /AWS1/QSTTABLEORIENTATION /AWS1/QSTTABLEORIENTATION¶
The orientation (vertical, horizontal) for a table.
io_headerstyle TYPE REF TO /AWS1/CL_QSTTABLECELLSTYLE /AWS1/CL_QSTTABLECELLSTYLE¶
The table cell style of a table header.
io_cellstyle TYPE REF TO /AWS1/CL_QSTTABLECELLSTYLE /AWS1/CL_QSTTABLECELLSTYLE¶
The table cell style of table cells.
io_rowalternatecoloroptions TYPE REF TO /AWS1/CL_QSTROWALTERNATECOLO00 /AWS1/CL_QSTROWALTERNATECOLO00¶
The row alternate color options (widget status, row alternate colors) for a table.
Queryable Attributes¶
Orientation¶
The orientation (vertical, horizontal) for a table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORIENTATION() |
Getter for ORIENTATION, with configurable default |
ASK_ORIENTATION() |
Getter for ORIENTATION w/ exceptions if field has no value |
HAS_ORIENTATION() |
Determine if ORIENTATION has a value |
HeaderStyle¶
The table cell style of a table header.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERSTYLE() |
Getter for HEADERSTYLE |
CellStyle¶
The table cell style of table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CELLSTYLE() |
Getter for CELLSTYLE |
RowAlternateColorOptions¶
The row alternate color options (widget status, row alternate colors) for a table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWALTERNATECOLOROPTIONS() |
Getter for ROWALTERNATECOLOROPTIONS |