
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 |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
WDUI_LAYOUT_CELL_DESIGN |
padless |
No |
|
|
WDUI_LAYOUT_CELL_SEP |
none |
No |
Layout data is not bindable.
Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
Dynamic Programming of Properties
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
| 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 |