/AWS1/CL_QSTBORDERSETTINGS¶
Border settings configuration for visual elements, including visibility, width, and color properties.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bordervisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
Visibility setting for the border.
iv_borderwidth TYPE /AWS1/QSTPIXELLENGTH /AWS1/QSTPIXELLENGTH¶
Width of the border. Valid range is from 1px to 8px.
iv_bordercolor TYPE /AWS1/QSTHEXCOLORWTRANSPARENCY /AWS1/QSTHEXCOLORWTRANSPARENCY¶
Color of the border.
Queryable Attributes¶
BorderVisibility¶
Visibility setting for the border.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BORDERVISIBILITY() |
Getter for BORDERVISIBILITY, with configurable default |
ASK_BORDERVISIBILITY() |
Getter for BORDERVISIBILITY w/ exceptions if field has no va |
HAS_BORDERVISIBILITY() |
Determine if BORDERVISIBILITY has a value |
BorderWidth¶
Width of the border. Valid range is from 1px to 8px.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BORDERWIDTH() |
Getter for BORDERWIDTH, with configurable default |
ASK_BORDERWIDTH() |
Getter for BORDERWIDTH w/ exceptions if field has no value |
HAS_BORDERWIDTH() |
Determine if BORDERWIDTH has a value |
BorderColor¶
Color of the border.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BORDERCOLOR() |
Getter for BORDERCOLOR, with configurable default |
ASK_BORDERCOLOR() |
Getter for BORDERCOLOR w/ exceptions if field has no value |
HAS_BORDERCOLOR() |
Determine if BORDERCOLOR has a value |