
The FormHeadData UI element defines the layout data of a UI element that starts a new row in a FormLayout. You use it to specify which UI element is displayed first at the start of a new row within the container, and in doing so you create a line break in the panel.
Runtime Class |
CL_WD_FORM_HEAD_DATA |
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
STRING |
(automatic) |
No |
|
WDUI_CELL_BG_DESIGN |
transparent |
Yes |
|
I |
-1 |
Yes |
|
I |
-1 |
Yes |
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
For dynamic programming, the same properties, events and aggregations are available as in the View Designer. Note the different spellings.
View Designer Name |
Runtime Name |
Type |
|---|---|---|
CELL_BACKGROUND_DESIGN |
WDUI_CELL_BG_DESIGN |
|
cellBackgroundDesign: border |
CL_WD_FORM_HEAD_DATA=>E_CELL_BACKGROUND_DESIGN-BORDER |
|
cellBackgroundDesign: fill1 |
CL_WD_FORM_HEAD_DATA=>E_CELL_BACKGROUND_DESIGN-FILL1 |
|
cellBackgroundDesign: fill2 |
CL_WD_FORM_HEAD_DATA=>E_CELL_BACKGROUND_DESIGN-FILL2 |
|
cellBackgroundDesign: fill3 |
CL_WD_FORM_HEAD_DATA=>E_CELL_BACKGROUND_DESIGN-FILL3 |
|
cellBackgroundDesign: header |
CL_WD_FORM_HEAD_DATA=>E_CELL_BACKGROUND_DESIGN-HEADER |
|
cellBackgroundDesign: plain |
CL_WD_FORM_HEAD_DATA=>E_CELL_BACKGROUND_DESIGN-PLAIN |
|
cellBackgroundDesign: transparent |
CL_WD_FORM_HEAD_DATA=>E_CELL_BACKGROUND_DESIGN-TRANSPARENT |
|
COL_SPAN |
I |
|
ROW_SPAN |
I |
|