/AWS1/CL_CNTPALETTECANVAS¶
Contains color configuration for canvas elements in a workspace theme.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_containerbackground TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The background color for container elements.
iv_pagebackground TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The background color for page elements.
iv_activebackground TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The background color for active elements.
Queryable Attributes¶
ContainerBackground¶
The background color for container elements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERBACKGROUND() |
Getter for CONTAINERBACKGROUND, with configurable default |
ASK_CONTAINERBACKGROUND() |
Getter for CONTAINERBACKGROUND w/ exceptions if field has no |
HAS_CONTAINERBACKGROUND() |
Determine if CONTAINERBACKGROUND has a value |
PageBackground¶
The background color for page elements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGEBACKGROUND() |
Getter for PAGEBACKGROUND, with configurable default |
ASK_PAGEBACKGROUND() |
Getter for PAGEBACKGROUND w/ exceptions if field has no valu |
HAS_PAGEBACKGROUND() |
Determine if PAGEBACKGROUND has a value |
ActiveBackground¶
The background color for active elements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVEBACKGROUND() |
Getter for ACTIVEBACKGROUND, with configurable default |
ASK_ACTIVEBACKGROUND() |
Getter for ACTIVEBACKGROUND w/ exceptions if field has no va |
HAS_ACTIVEBACKGROUND() |
Determine if ACTIVEBACKGROUND has a value |