Entering content frame

Background documentation FlowLayout Locate the document in its SAP Library structure

In Web Dynpro, a FlowLayout 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.

UI elements within a FlowLayout are automatically wrapped if the horizontal screen space is too small for the display in one line.

The layout of the individual elements of a FlowLayout is described using FlowData.

Note

Note that a few UI elements, for example, the table cannot be assigned with other elements in one line, but are always wrapped.

 

Runtime Class

CL_WD_FLOW_LAYOUT

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

wrapping

WDY_BOOLEAN

true

No

Note

Layout data is not bindable.

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

·         Layout

·         ViewElement

Dynamic Programming

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

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

wrapping

WRAPPING

WDY_BOOLEAN

 

 

Leaving content frame