/AWS1/CL_CNTPALETTENAVIGATION¶
Contains color configuration for navigation elements in a workspace theme.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_background TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The background color of the navigation area.
iv_textbackgroundhover TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The background color when hovering over navigation text.
iv_textbackgroundactive TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The background color for active navigation items.
iv_text TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The text color in the navigation area.
iv_texthover TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The text color when hovering over navigation items.
iv_textactive TYPE /AWS1/CNTTHEMESTRING /AWS1/CNTTHEMESTRING¶
The text color for active navigation items.
iv_invertactionscolors TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN¶
Whether to invert the colors of action buttons in the navigation area.
Queryable Attributes¶
Background¶
The background color of the navigation area.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKGROUND() |
Getter for BACKGROUND, with configurable default |
ASK_BACKGROUND() |
Getter for BACKGROUND w/ exceptions if field has no value |
HAS_BACKGROUND() |
Determine if BACKGROUND has a value |
TextBackgroundHover¶
The background color when hovering over navigation text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTBACKGROUNDHOVER() |
Getter for TEXTBACKGROUNDHOVER, with configurable default |
ASK_TEXTBACKGROUNDHOVER() |
Getter for TEXTBACKGROUNDHOVER w/ exceptions if field has no |
HAS_TEXTBACKGROUNDHOVER() |
Determine if TEXTBACKGROUNDHOVER has a value |
TextBackgroundActive¶
The background color for active navigation items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTBACKGROUNDACTIVE() |
Getter for TEXTBACKGROUNDACTIVE, with configurable default |
ASK_TEXTBACKGROUNDACTIVE() |
Getter for TEXTBACKGROUNDACTIVE w/ exceptions if field has n |
HAS_TEXTBACKGROUNDACTIVE() |
Determine if TEXTBACKGROUNDACTIVE has a value |
Text¶
The text color in the navigation area.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
TextHover¶
The text color when hovering over navigation items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTHOVER() |
Getter for TEXTHOVER, with configurable default |
ASK_TEXTHOVER() |
Getter for TEXTHOVER w/ exceptions if field has no value |
HAS_TEXTHOVER() |
Determine if TEXTHOVER has a value |
TextActive¶
The text color for active navigation items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTACTIVE() |
Getter for TEXTACTIVE, with configurable default |
ASK_TEXTACTIVE() |
Getter for TEXTACTIVE w/ exceptions if field has no value |
HAS_TEXTACTIVE() |
Determine if TEXTACTIVE has a value |
InvertActionsColors¶
Whether to invert the colors of action buttons in the navigation area.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVERTACTIONSCOLORS() |
Getter for INVERTACTIONSCOLORS |