
This UI element is used to display a group of columns for a Table . This allows more rows to be added to the table header where the title extends over several columns.
Example of the Visual Display:
Note that the onAction action is not supported for a TableColumnGroup.
| Runtime Class |
CL_WD_TABLE_COLUMN_GROUP |
Properties in the View Designer
| Name | Type | Initial Value | Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
Translatable text |
Yes |
||
|
WDUI_CONTEXT_MENU_BEHAVIOUR |
inherit |
No |
|
|
WDY_MD_UI_ELEMENT_REFERENCE |
No |
||
|
Translatable text |
No |
||
|
WDUI_TABLE_COLUMN_FIXED_POS |
notFixed |
Yes |
|
|
WDY_BOOLEAN |
false |
Yes |
|
|
WDUI_VISIBILITY |
visible |
Yes |
Aggregations in the View Designer
| Name | Cardinality | Type |
|---|---|---|
|
0..n |
||
|
0..1 |
Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
| View Designer Name | Runtime Name | Type |
|---|---|---|
|
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
|
CONTEXT_MENU_BEHAVIOUR |
WDUI_CONTEXT_MENU_BEHAVIOUR |
|
|
contextMenuBehaviour: inherit |
CL_WD_TABLE_COLUMN_GROUP=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
|
contextMenuBehaviour: provide |
CL_WD_TABLE_COLUMN_GROUP=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
|
contextMenuBehaviour: suppress |
CL_WD_TABLE_COLUMN_GROUP=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
|
EXPLANATION |
WDY_MD_TRANSLATABLE_TEXT |
|
|
FIXED_POSITION |
WDUI_TABLE_COLUMN_FIXED_POS |
|
|
fixedPosition: left |
CL_WD_TABLE_COLUMN_GROUP=>E_FIXED_POSITION-LEFT |
|
|
fixedPosition: notFixed |
CL_WD_TABLE_COLUMN_GROUP=>E_FIXED_POSITION-NOT_FIXED |
|
|
fixedPosition: right |
CL_WD_TABLE_COLUMN_GROUP=>E_FIXED_POSITION-RIGHT |
|
|
HEADER_TEXT_WRAPPING |
WDY_BOOLEAN |
|
|
VISIBLE |
WDUI_VISIBILITY |
|
|
visible: none |
CL_WD_TABLE_COLUMN_GROUP=>E_VISIBLE-NONE |
|
|
visible: visible |
CL_WD_TABLE_COLUMN_GROUP=>E_VISIBLE-VISIBLE |
Dynamic Programming of Aggregations