ColumnLayoutData and ColumnLayoutHeadData
The ColumnLayoutData and ColumnLayoutHeadData provide the layout data for a UI element in a container (to which a ColumnLayout is assigned). You can specify a new row in a ColumnLayout with ColumnLayoutHeadData.
With ColumnLayout(Head)Data, you can define the number of columns and rows spanned by a UI element.
If you do not specify a value, the spanning will be automatically determined by the Web Dynpro Framework.
Description of UI Element Properties
- colSpan
Specifies the number of columns spanned by the UI element.
- rowSpan
Specifies the number of rows spanned by the UI element.
Properties Overview
|
Name |
Interface |
Type |
Initial Value |
Bindable |
|
colSpan |
IWDColumnLayoutData |
int |
-1 |
not_bindable |
|
rowSpan |
IWDColumnLavoutData |
int |
-1 |
not_bindable |
Additional Property of ColumnLayoutHeadData
- requiresEmptyNewRow
requiresEmptyNewRow
IWDColumnLayoutHeadData
boolean
false
not_bindable