Show TOC

FlowLayout API Locate this document in the navigation structure

Definition

In Web Dynpro, a flow layout is a container layout that arranges the UI elements on the screen from left to right in a flow and wraps UI elements, if necessary.

Description of UI Element Properties

The properties defaultPaddingBottom, defaultPaddingLeft, defaultPaddingRight , and defaultPaddingTop are deprecated and can no longer be used.

  • wrapping The property wrapping of the type boolean specifies whether or not the UI elements can be wrapped. The default value is true. This property is not bindable. If the value of this property is false , the UI elements are not wrapped. If the space is too small, UI elements are not displayed in one line but truncated on the right.