Show TOC Start of Content Area

Object documentation FlowData API  Locate the document in its SAP Library structure

Definition

The Web Dynpro IWDFlowData API provides the layout data for an user interface element in a container (to which a flow layout is assigned).

Description of Properties

The properties paddingBottom, paddingLeft, paddingRight, and paddingTop are deprecated and can no longer be used.

·        cellDesign

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.

·        vGutter
Specifies additional, horizontal distances between the cell contents.
The default value of this property is none. It can be set separately for each cell.
The vGutter property can be filled with the following values and is represented by the enumeration type WDLayoutCellSeparator .

Value

Display in default cell design

Short description

large

This graphic is explained in the accompanying text

Additional horizontal distance of 31 pixels

largeWithRule

This graphic is explained in the accompanying text

Additional horizontal distance of 31 pixels with a vertical line

Medium

This graphic is explained in the accompanying text

Additional horizontal distance of 17 pixels

mediumWithRule

This graphic is explained in the accompanying text

Additional horizontal distance of 17 pixels with a vertical line

none

This graphic is explained in the accompanying text

No additional distance

xLarge

 

Additional horizontal distance of 63 pixels

xLargeWithRule

 

Additional horizontal distance of 63 pixels with a vertical line

Properties Overview

Layout data is not bindable.

Name

Interface

Type

Initial Value

cellDesign

IWDFlowData

WDLayoutCellDesign

rPad

vGutter

IWDFlowData

WDLayoutCellSeparator

none

 

 

End of Content Area