AbstractCTableColumn
Use
AbstractCTableColumn provides the abstract UI element of a CTableColumn.
Implementation Details
|
Runtime Class |
CL_WD_ABSTR_C_TABLE_COLUMN |
|
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
Translatable text |
Yes |
||
|
STRING |
Yes |
||
|
STRING |
Yes |
||
|
STRING |
Yes |
||
|
WDUI_CONTEXT_MENU_BEHAVIOUR |
inherit |
No |
|
|
WDY_MD_UI_ELEMENT_REFERENCE |
No |
||
|
WDUI_TABLE_COLUMN_FIXED_POS |
notFixed |
Yes |
|
|
WDUI_VISIBILITY |
visible |
Yes |
|
Name |
|---|
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
Dynamic Programming
For dynamic programming, the same properties, events and aggregations are available as in the View Designer. But note that the spelling format and use of upper/lower case is different.
|
View Designer Name |
Runtime Name |
Type |
|---|---|---|
|
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
|
COLUMN_DRAG_INFO |
STRING |
|
|
COLUMN_DROP_INFO |
STRING |
|
|
COLUMN_EDGE_DROP_INFO |
STRING |
|
|
CONTEXT_MENU_BEHAVIOUR |
WDUI_CONTEXT_MENU_BEHAVIOUR |
|
|
contextMenuBehaviour: inherit |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
|
contextMenuBehaviour: provide |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
|
contextMenuBehaviour: suppress |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
|
FIXED_POSITION |
WDUI_TABLE_COLUMN_FIXED_POS |
|
|
fixedPosition: left |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_FIXED_POSITION-LEFT |
|
|
fixedPosition: notFixed |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_FIXED_POSITION-NOT_FIXED |
|
|
fixedPosition: right |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_FIXED_POSITION-RIGHT |
|
|
VISIBLE |
WDUI_VISIBILITY |
|
|
visible: none |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_VISIBLE-NONE |
|
|
visible: visible |
CL_WD_ABSTR_C_TABLE_COLUMN=>E_VISIBLE-VISIBLE |
|
View Designer Name |
Runtime Name |
|---|---|
|
onDrop |
ON_DROP |
|
View Designer Name |
Runtime Name |
Cardinality |
|---|---|---|
|
HEADER |
0..1 |