Start of Content Area

Background documentation TransparentContainer Properties  Locate the document in its SAP Library structure

Properties in View Designer

      isLayoutContainer

Specifies whether the TransparentContainer functions as a layout container.

Note

Note that with ScrollContainer, if isLayout=true the defaultButton does not work. This is checked in the development environment. defaultButtons can then only be permitted if TransparentContainer.isLayoutContainer=false.

       isLayoutContainer=true:
The container is used for laying out the view, it does not have any semantic properties. In this case you do not have to define a defaultButton.

       isLayoutContainer=false:
The container is used for the layout and represents semantic grouping, for instance, it groups labels and input fields in a form. In this case an accessibilityDescription must be defined and a defaultButton can be used. The defaultButtonId property is therefore only available if LayoutContainer is set to false. The accessibilityDescription property is also only available if LayoutContainer is set to false.

      labeledBy

ID specification of the SectionHeader.
This property is used for non-layout containers (isLayoutContainer = false), to link a SectionHeader as the title control to this container. The link between an existing SectionHeader and a TransparentContainer using labeledBy is relevant for Accessibility.

 

End of Content Area