!--a11y-->
RowHeadData Properties 
· hAlign
Horizontal alignment of the content within the row.
Value |
Description |
center |
Centered alignment |
char |
Alignment to a special character The assignment of the char value allows you to align the cell contents to a single character. |
justify |
Justified - This value allows forced justification within a row. |
forcedLeft |
The text content is always left-justified, regardless of whether the value is ltr or rtl for the textDirection property. |
endOfLine |
The text content is always displayed at the end of the line. Therefore, the text content for the value ltr of the textDirection property is right-justified. The text content for the value rtl is left-justified. |
forcedRight |
The text content is always right-justified, regardless of whether the value is ltr or rtl for the textDirection property. |
beginOfLine |
The text content is always displayed at the beginning of line. Therefore, the text content for the value ltr of the textDirection property is left-justified. The text content for the value rtl is right-justified. |
· rowBackgroundDesign
Display of the cell background. The default value of this property is transparent. You can use the background colors fill1, fill2, and fill3 as separators between the individual semantically different cell contents.
Value |
Description |
transparent |
The background is transparent. The individual cells are displayed without grid net lines. |
fill1 |
The color corresponds to the value primarycolor of the design property of the Group UI element. *) |
fill2 |
The color corresponds to the value secondarycolor of the design property of the Group UI element. *) |
fill3 |
This color corresponds to the color value of the third level of a Tree UI element. *) |
plain |
White background |
header |
The color is identical with the color of the header area of a Tree UI element or a table. |
border |
This is the color of the cell borders. This value is used for nested grid layouts to create grid net lines. |
*) The colors to be displayed depend on the design topic and the documentation refers to the SAP Standard Design 2002.
· rowDesign
Specifies the distance between rows – that is, the row has a right edge. Thus, you cannot create gaps between the elements of a row. The default value of this property is rPad.
Value |
Visual Display |
Description |
rPad |
|
Specifies the distance to the top edge (2 pixels), the bottom edge (2 pixels), and the right edge (4 pixels) and thus prevents cell contents from touching. |
lrNoPad |
|
Specifies the distance to the top edge (2 pixels) and the bottom edge (2 pixels). |
lPad |
|
Specifies the distance to the top edge (2 pixels), the bottom edge (2 pixels), and the left edge (4 pixels). |
lrPad |
|
Specifies the distance to the top edge (2 pixels), the bottom edge (2 pixels), the left edge (4 pixels), and the right edge (4 pixels). |
padless |
|
There is no distance between the row and the edges. |
· vGutter
Additional distance on the left edge. The default value of this property is none. Other values are only appropriate if the RowLayout is used in a MatrixLayout.
Value |
Visual Display |
Description |
none |
|
No additional distance |
medium |
|
Additional horizontal distance of 17 pixels |
mediumWithRule |
|
Additional horizontal distance of 17 pixels with a vertical line |
large |
|
Additional horizontal distance of 31 pixels |
largeWithRule |
|
Additional horizontal distance of 31 pixels with a vertical line |
xLarge |
|
Additional horizontal distance of 63 pixels |
xLargeWithRule |
|
Additional horizontal distance of 63 pixels with a vertical line |