
The UI element LayoutContainer is a Container element, comparable to the TransparentContainer. It is however different in that it represents a design UI element that cannot be rendered. This reduces the nesting depth.
Implementation Details
Runtime Class |
CL_WD_LAYOUT_CONTAINER |
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
STRING |
(automatic) |
No |
|
WDY_BOOLEAN |
true |
Yes |
|
| styleClassName | STRING | Yes | |
WDUI_VISIBILITY |
visible |
Yes |
Further properties are displayed but they do not have any function.
Name |
Cardinality |
Type |
|---|---|---|
0..n |
UIElement |
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
Dynamic Programming
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. But note that the spelling format and use of upper/lower case is different.
View Designer Name |
Runtime Name |
Type |
|---|---|---|
ENABLED |
WDY_BOOLEAN |
|
| styleClassName | STYLE_CLASS_NAME | STRING |
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_LAYOUT_CONTAINER=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_LAYOUT_CONTAINER=>E_VISIBLE-VISIBLE |
View Designer Name |
Runtime Name |
Cardinality |
|---|---|---|
CHILDREN |
0..n |