Entering content frame

Background documentation FlowData Locate the document in its SAP Library structure

FlowData provides the layout data for a UI element in a container to which FlowLayout is assigned.

 

Runtime Class

CL_WD_FLOW_DATA

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

cellDesign

WDUI_LAYOUT_CELL_DESIGN

padless

No

vGutter

WDUI_LAYOUT_CELL_SEP

none

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:

·         LayoutData

·         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

cellDesign

CELL_DESIGN

WDUI_LAYOUT_CELL_DESIGN

 cellDesign: lrNoPad

CL_WD_FLOW_DATA=>E_CELL_DESIGN-LR_NO_PAD

 cellDesign: lrPad

CL_WD_FLOW_DATA=>E_CELL_DESIGN-LR_PAD

 cellDesign: lPad

CL_WD_FLOW_DATA=>E_CELL_DESIGN-L_PAD

 cellDesign: padless

CL_WD_FLOW_DATA=>E_CELL_DESIGN-PADLESS

 cellDesign: rPad

CL_WD_FLOW_DATA=>E_CELL_DESIGN-R_PAD

vGutter

V_GUTTER

WDUI_LAYOUT_CELL_SEP

 vGutter: large

CL_WD_FLOW_DATA=>E_V_GUTTER-LARGE

 vGutter: largeWithRule

CL_WD_FLOW_DATA=>E_V_GUTTER-LARGE_WITH_RULE

 vGutter: medium

CL_WD_FLOW_DATA=>E_V_GUTTER-MEDIUM

 vGutter: mediumWithRule

CL_WD_FLOW_DATA=>E_V_GUTTER-MEDIUM_WITH_RULE

 vGutter: none

CL_WD_FLOW_DATA=>E_V_GUTTER-NONE

 vGutter: xLarge

CL_WD_FLOW_DATA=>E_V_GUTTER-X_LARGE

 vGutter: xLargeWithRule

CL_WD_FLOW_DATA=>E_V_GUTTER-X_LARGE_WITH_RULE

 

 

Leaving content frame