
cellBackgroundDesign
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.
colSpan
This property is used to specify how many columns the UI element is to span.
All values smaller than 1 are considered as 1.
Do not enter any more columns than actually available.
newRow
Specifies how many line breaks are to be inserted before the UI element.
Possible values are integers from 0 to n.
Example:
newRow = 0: Appends UI element in the same row
newRow = 1: Appends UI element in the next row
rowSpan
Specifies the height of a row depending on the UI element in rows [row]. Every element in the same row can have a different rowSpan.
This property changes the height of a row, and not the height of a UI element.
FormLayout does not have this property; only UI elements FormTopData and FormHeadData have it.
semanticColor
Defines the background color of a UI element. You can use various background colors as separators between the individual semantically different UI elements.
You can find the valid values under WDUI_TABLE_CELL_DESIGN.For tests, application WDR_TEST_FLA_SEMANTIC_COLOR is available in component WDR_TEST_FORM_LAYOUT_ADV.
vAlign
Vertical alignment of the UI element. The default value is top.
|
Value |
Description |
|---|---|
|
baseline |
Alignment on a common base line so that the first text row is always displayed at the same height. |
|
top |
Alignment on the top margin |
|
middle |
Vertical alignment in the middle |
|
bottom |
Alignment on the bottom margin |