Entering content frame

Background documentation TransparentContainer Locate the document in its SAP Library structure

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.

Note

If the property layoutContainer has not been set, the property accessibilityDescription is checked during the design time to ensure Accessibility.

The property tooltip is not checked.

 

Runtime Class

CL_WD_TRANSPARENT_CONTAINER

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

accessibilityDescription

Text

 

Yes

defaultButtonId

STRING

 

Yes

enabled

WDY_BOOLEAN

true

Yes

height

STRING

 

Yes

isLayoutContainer

WDY_BOOLEAN

true

No

scrollingMode

WDUI_SCROLLING_MODE

none

Yes

tooltip

Text

 

Yes

visible

WDUI_VISIBILITY

visible

Yes

width

STRING

 

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Element

0..n

UIElement

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         UIElement

·         ScrollContainer

·         UIElementContainer

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

accessibilityDescription

ACCESSIBILITY_DESCR

WDY_MD_TRANSLATABLE_TEXT

defaultButtonId

DEFAULT_BUTTON_ID

STRING

enabled

ENABLED

WDY_BOOLEAN

height

HEIGHT

STRING

isLayoutContainer

IS_LAYOUT_CONTAINER

WDY_BOOLEAN

scrollingMode

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

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_TRANSPARENT_CONTAINER=>E_VISIBLE-NONE

 visible: visible

CL_WD_TRANSPARENT_CONTAINER=>E_VISIBLE-VISIBLE

width

WIDTH

STRING

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Element

CHILDREN

0..n

 

 

 

Leaving content frame