Tray
The Tray UI element (IWDTray) is a UI element container like the Group UI element container and can be used to group a set of UI elements under one common title. Unlike the Group UI element it provides additional functions. For example, the Tray UI element can be displayed or hidden.
Examples of the Display
|
Tray with Plain Design
Tray with Fill and Menu Design
Collapsed Tray with Transparent Design
|

To enable the development of accessible applications, the accessibilityDescription property is checked during the syntax check if the caption property is not set.
The tooltip property is not checked.
A tooltip does not necessarily have to be set for this UI element, but it could make sense to set it if it contains detailed semantic information.
Runtime Class |
CL_WD_TRAY |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
Translatable text |
|
Yes |
|
WDY_BOOLEAN |
false |
No |
|
WDUI_CONTEXT_MENU_BEHAVIOUR |
inherit |
No |
|
WDY_MD_UI_ELEMENT_REFERENCE |
|
No |
|
WDY_MD_UI_ELEMENT_REFERENCE |
|
Yes |
|
WDUI_TRAY_DESIGN |
transparent |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
WDY_BOOLEAN |
false |
No |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
WDUI_SCROLLING_MODE |
none |
Yes |
|
Translatable text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
|
Yes |
Aggregations in the View Designer
Name |
Cardinality |
Type |
0..n |
||
1..1 |
||
0..1 |
||
0..1 |
Events in the 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 as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
ACTIVATE_ACCESS_KEY |
WDY_BOOLEAN |
|
CONTEXT_MENU_BEHAVIOUR |
WDUI_CONTEXT_MENU_BEHAVIOUR |
|
contextMenuBehaviour: inherit |
CL_WD_TRAY=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
contextMenuBehaviour: provide |
CL_WD_TRAY=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
contextMenuBehaviour: suppress |
CL_WD_TRAY=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
DEFAULT_BUTTON_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
DESIGN |
WDUI_TRAY_DESIGN |
|
design: fill |
CL_WD_TRAY=>E_DESIGN-FILL |
|
design: plain |
CL_WD_TRAY=>E_DESIGN-PLAIN |
|
design: transparent |
CL_WD_TRAY=>E_DESIGN-TRANSPARENT |
|
ENABLED |
WDY_BOOLEAN |
|
EXPANDABLE |
WDY_BOOLEAN |
|
EXPANDED |
WDY_BOOLEAN |
|
HANDLE_HOTKEYS |
WDY_BOOLEAN |
|
HAS_CONTENT_PADDING |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
SCROLLING_MODE |
WDUI_SCROLLING_MODE |
|
scrollingMode: auto |
CL_WD_TRAY=>E_SCROLLING_MODE-AUTO |
|
scrollingMode: both |
CL_WD_TRAY=>E_SCROLLING_MODE-BOTH |
|
scrollingMode: none |
CL_WD_TRAY=>E_SCROLLING_MODE-NONE |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_TRAY=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_TRAY=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_TOGGLE |
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
CHILDREN |
0..n |
|
HEADER |
1..1 |
|
POPUP_MENU |
0..1 |
|
TOOLBAR |
0..1 |
You can find examples of this interface element in the system in the Web Dynpro application WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the view Tray.