Show TOC

Background documentationLayoutContainer Locate this document in the navigation structure

 

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

Properties in View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

enabled

WDY_BOOLEAN

true

Yes

visible

WDUI_VISIBILITY

visible

Yes

Note Note

Further properties are displayed but they do not have any function.

End of the note.
Aggregations in View Designer

Name

Cardinality

Type

Element

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 are available as in the View Designer. But note that the spelling format and use of upper/lower case is different.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

enabled

ENABLED

WDY_BOOLEAN

visible

VISIBLE

WDUI_VISIBILITY

visible: none

CL_WD_LAYOUT_CONTAINER=>E_VISIBLE-NONE

visible: visible

CL_WD_LAYOUT_CONTAINER=>E_VISIBLE-VISIBLE

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Element

CHILDREN

0..n