!--a11y-->
FlowData 
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 |
WDUI_LAYOUT_CELL_DESIGN |
padless |
No |
|
WDUI_LAYOUT_CELL_SEP |
none |
No |

Layout data is not bindable.
Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
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 |
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 |
|
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 |
|