Entering content frame

Background documentation RowHeadData Locate the document in its SAP Library structure

The RowHeadData element defines the layout data of a UI element that starts a new row in a RowLayout. The values of the following properties are valid for the entire row.

 

Runtime Class

CL_WD_ROW_HEAD_DATA

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

hAlign

WDUI_CELL_HALIGN

beginOfLine

No

rowBackgroundDesign

WDUI_CELL_BG_DESIGN

transparent

No

rowDesign

WDUI_LAYOUT_CELL_DESIGN

rPad

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:

·         RowData

·         LayoutData

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

hAlign

H_ALIGN

WDUI_CELL_HALIGN

 hAlign: beginOfLine

CL_WD_ROW_HEAD_DATA=>E_H_ALIGN-BEGIN_OF_LINE

 hAlign: center

CL_WD_ROW_HEAD_DATA=>E_H_ALIGN-CENTER

 hAlign: char

CL_WD_ROW_HEAD_DATA=>E_H_ALIGN-CHAR

 hAlign: endOfLine

CL_WD_ROW_HEAD_DATA=>E_H_ALIGN-END_OF_LINE

 hAlign: forcedLeft

CL_WD_ROW_HEAD_DATA=>E_H_ALIGN-FORCED_LEFT

 hAlign: forcedRight

CL_WD_ROW_HEAD_DATA=>E_H_ALIGN-FORCED_RIGHT

 hAlign: justify

CL_WD_ROW_HEAD_DATA=>E_H_ALIGN-JUSTIFY

rowBackgroundDesign

ROW_BACKGROUND_DESIGN

WDUI_CELL_BG_DESIGN

 rowBackgroundDesign: border

CL_WD_ROW_HEAD_DATA=>E_ROW_BACKGROUND_DESIGN-BORDER

 rowBackgroundDesign: fill1

CL_WD_ROW_HEAD_DATA=>E_ROW_BACKGROUND_DESIGN-FILL1

 rowBackgroundDesign: fill2

CL_WD_ROW_HEAD_DATA=>E_ROW_BACKGROUND_DESIGN-FILL2

 rowBackgroundDesign: fill3

CL_WD_ROW_HEAD_DATA=>E_ROW_BACKGROUND_DESIGN-FILL3

 rowBackgroundDesign: header

CL_WD_ROW_HEAD_DATA=>E_ROW_BACKGROUND_DESIGN-HEADER

 rowBackgroundDesign: plain

CL_WD_ROW_HEAD_DATA=>E_ROW_BACKGROUND_DESIGN-PLAIN

 rowBackgroundDesign: transparent

CL_WD_ROW_HEAD_DATA=>E_ROW_BACKGROUND_DESIGN-TRANSPARENT

rowDesign

ROW_DESIGN

WDUI_LAYOUT_CELL_DESIGN

 rowDesign: lrNoPad

CL_WD_ROW_HEAD_DATA=>E_ROW_DESIGN-LR_NO_PAD

 rowDesign: lrPad

CL_WD_ROW_HEAD_DATA=>E_ROW_DESIGN-LR_PAD

 rowDesign: lPad

CL_WD_ROW_HEAD_DATA=>E_ROW_DESIGN-L_PAD

 rowDesign: padless

CL_WD_ROW_HEAD_DATA=>E_ROW_DESIGN-PADLESS

 rowDesign: rPad

CL_WD_ROW_HEAD_DATA=>E_ROW_DESIGN-R_PAD

vGutter

V_GUTTER

WDUI_LAYOUT_CELL_SEP

 vGutter: large

CL_WD_ROW_HEAD_DATA=>E_V_GUTTER-LARGE

 vGutter: largeWithRule

CL_WD_ROW_HEAD_DATA=>E_V_GUTTER-LARGE_WITH_RULE

 vGutter: medium

CL_WD_ROW_HEAD_DATA=>E_V_GUTTER-MEDIUM

 vGutter: mediumWithRule

CL_WD_ROW_HEAD_DATA=>E_V_GUTTER-MEDIUM_WITH_RULE

 vGutter: none

CL_WD_ROW_HEAD_DATA=>E_V_GUTTER-NONE

 vGutter: xLarge

CL_WD_ROW_HEAD_DATA=>E_V_GUTTER-X_LARGE

 vGutter: xLargeWithRule

CL_WD_ROW_HEAD_DATA=>E_V_GUTTER-X_LARGE_WITH_RULE

 

 

Leaving content frame