/AWS1/CL_AMUFORMSTYLECONFIG¶
Describes the configuration settings for the form's style properties.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_tokenreference TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
A reference to a design token to use to bind the form's style properties to an existing theme.
iv_value TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
The value of the style setting.
Queryable Attributes¶
tokenReference¶
A reference to a design token to use to bind the form's style properties to an existing theme.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENREFERENCE() |
Getter for TOKENREFERENCE, with configurable default |
ASK_TOKENREFERENCE() |
Getter for TOKENREFERENCE w/ exceptions if field has no valu |
HAS_TOKENREFERENCE() |
Determine if TOKENREFERENCE has a value |
value¶
The value of the style setting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |