!--a11y-->
TransparentContainer 
The TransparentContainer is a UI container that cannot be displayed. A TransparentContainer UI element is transparent and can be filled with an any quantity of UI elements (children). In addition, the TransparentContainer UI element allows you to arrange its inserted UI elements through the specified layout.

To enable the development of accessible applications, the accessibilityDescription property is checked during the syntax check if the layoutContainer property is not set.
The tooltip property is not checked.
Runtime Class |
CL_WD_TRANSPARENT_CONTAINER |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
id |
STRING |
(automatic) |
No |
Text |
|
Yes |
|
STRING |
|
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
WDY_BOOLEAN |
true |
No |
|
WDUI_SCROLLING_MODE |
none |
Yes |
|
Text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
|
Yes |
Aggregations in View Designer
Name |
Cardinality |
Type |
0..n |

Other properties that can be inherited are defined in the associated higher-level class. The associated UI elements are:
For dynamic programming, the same properties, events and aggregations are available as in View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
DEFAULT_BUTTON_ID |
STRING |
|
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
IS_LAYOUT_CONTAINER |
WDY_BOOLEAN |
|
SCROLLING_MODE |
WDUI_SCROLLING_MODE |
|
scrollingMode: auto |
CL_WD_TRANSPARENT_CONTAINER=>E_SCROLLING_MODE-AUTO |
|
scrollingMode: both |
CL_WD_TRANSPARENT_CONTAINER=>E_SCROLLING_MODE-BOTH |
|
scrollingMode: none |
CL_WD_TRANSPARENT_CONTAINER=>E_SCROLLING_MODE-NONE |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_TRANSPARENT_CONTAINER=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_TRANSPARENT_CONTAINER=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
CHILDREN |
0..n |