!--a11y-->
HorizontalContextualPanel 
This UI element provides a navigation structure similar to the ContextualPanel with a two-level navigation hierarchy.
Examples of the Display
|
One-level
|
|
Two-level
|
Runtime Class |
CL_WD_HORIZONTAL_CTX_PANEL |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
true |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
Context Node |
|
Mandatory |
|
Translatable text |
|
Yes |
|
WDUI_TEXT_DIRECTION |
inherit |
Yes |
|
Text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
Events in View Designer
Name |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events and aggregations are available as in the View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ENABLED |
WDY_BOOLEAN |
|
ITEM_ENABLED |
WDY_BOOLEAN |
|
ITEM_SOURCE |
OBJECT |
|
ITEM_TEXT |
WDY_MD_TRANSLATABLE_TEXT |
|
ITEM_TEXT_DIRECTION |
WDUI_TEXT_DIRECTION |
|
itemTextDirection: inherit |
CL_WD_HORIZONTAL_CTX_PANEL=>E_ITEM_TEXT_DIRECTION-INHERIT |
|
itemTextDirection: ltr |
CL_WD_HORIZONTAL_CTX_PANEL=>E_ITEM_TEXT_DIRECTION-LTR |
|
itemTextDirection: rtl |
CL_WD_HORIZONTAL_CTX_PANEL=>E_ITEM_TEXT_DIRECTION-RTL |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_HORIZONTAL_CTX_PANEL=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_HORIZONTAL_CTX_PANEL=>E_VISIBLE-VISIBLE |
|
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_SELECT |
You can find an example of this UI element in the system in component WDR_TEST_EVENTS in the view HOR_CTX_PANEL.