
The Web Dynpro IWDFlowData API provides the layout data for an user interface element in a container (to which a flow layout is assigned).
The properties paddingBottom, paddingLeft, paddingRight, and paddingTop are deprecated and can no longer be used.
|
lPad |
This value specifies the distance of 2 pixels to the upper and lower edge and can be used in the last right column. |
|
lrNoPad |
This value specifies the distance of 2 pixels to the upper and lower edge and can be used in the last right and the first left column. |
|
lrPad |
This value specifies the distance of 2 pixels to the upper and lower edge and a margin of the page of 4 pixels. It should not be used in the far left and far right column. |
|
padless |
This value specifies a distance of 0 pixel to the edges. It is used for contents with their own padding. |
|
rPad |
This value specifies the distance of 2 pixels to the upper and lower edge and a margin of the page of 4 pixels. It can also be used in the far left column and prevents the contact between cell contents. |
The default value is rPad.
| Value | Display in default cell design | Short description |
|---|---|---|
|
large |
|
Additional horizontal distance of 31 pixels |
|
largeWithRule |
|
Additional horizontal distance of 31 pixels with a vertical line |
|
Medium |
|
Additional horizontal distance of 17 pixels |
|
mediumWithRule |
|
Additional horizontal distance of 17 pixels with a vertical line |
|
none |
|
No additional distance |
|
xLarge |
|
Additional horizontal distance of 63 pixels |
|
xLargeWithRule |
|
Additional horizontal distance of 63 pixels with a vertical line |
Layout data is not bindable.
| Name | Interface | Type | Initial Value |
|---|---|---|---|
|
cellDesign |
IWDFlowData |
WDLayoutCellDesign |
rPad |
|
vGutter |
IWDFlowData |
WDLayoutCellSeparator |
none |