/AWS1/CL_QSTGRIDLAYELEMENTBO00¶
The border style configuration of a grid layout element.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_visibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The border visibility of a grid layout element.
iv_color TYPE /AWS1/QSTHEXCOLORWTRANSPARENCY /AWS1/QSTHEXCOLORWTRANSPARENCY¶
The border color of a grid layout element.
iv_width TYPE /AWS1/QSTWIDTH /AWS1/QSTWIDTH¶
The border width of a grid layout element.
Queryable Attributes¶
Visibility¶
The border visibility of a grid layout element.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISIBILITY() |
Getter for VISIBILITY, with configurable default |
ASK_VISIBILITY() |
Getter for VISIBILITY w/ exceptions if field has no value |
HAS_VISIBILITY() |
Determine if VISIBILITY has a value |
Color¶
The border color of a grid layout element.
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 |
Width¶
The border width of a grid layout element.
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 |