/AWS1/CL_QSTBORDERSTYLE¶
The display options for tile borders for visuals.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_color TYPE /AWS1/QSTCOLOR /AWS1/QSTCOLOR¶
The option to add color for tile borders for visuals.
iv_show TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN¶
The option to enable display of borders for visuals.
iv_width TYPE /AWS1/QSTWIDTH /AWS1/QSTWIDTH¶
The option to set the width of tile borders for visuals.
Queryable Attributes¶
Color¶
The option to add color for tile borders for visuals.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLOR() |
Getter for COLOR, with configurable default |
ASK_COLOR() |
Getter for COLOR w/ exceptions if field has no value |
HAS_COLOR() |
Determine if COLOR has a value |
Show¶
The option to enable display of borders for visuals.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHOW() |
Getter for SHOW, with configurable default |
ASK_SHOW() |
Getter for SHOW w/ exceptions if field has no value |
HAS_SHOW() |
Determine if SHOW has a value |
Width¶
The option to set the width of tile borders for visuals.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDTH() |
Getter for WIDTH, with configurable default |
ASK_WIDTH() |
Getter for WIDTH w/ exceptions if field has no value |
HAS_WIDTH() |
Determine if WIDTH has a value |