Show TOC

Background documentationAbstractTableColumn Locate this document in the navigation structure

 

AbstractTableColumn provides the abstract UI element of a TableColumn.

Implementation Details

Runtime Class

CL_WD_ABSTR_TABLE_COLUMN

Properties in View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

accessibilityDescription

Translatable text

Yes

contextMenuBehaviour

WDUI_CONTEXT_MENU_BEHAVIOUR

inherit

No

contextMenuId

WDY_MD_UI_ELEMENT_REFERENCE

No

explanation

Translatable text

No

fixedPosition

WDUI_TABLE_COLUMN_FIXED_POS

notFixed

Yes

headerTextWrapping

WDY_BOOLEAN

false

Yes

visible

WDUI_VISIBILITY

visible

Yes

Aggregations in View Designer

Name

Cardinality

Type

Header

0..1

Caption

Events in View Designer

Name

onAction

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.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

accessibilityDescription

ACCESSIBILITY_DESCR

WDY_MD_TRANSLATABLE_TEXT

contextMenuBehaviour

CONTEXT_MENU_BEHAVIOUR

WDUI_CONTEXT_MENU_BEHAVIOUR

contextMenuBehaviour: inherit

CL_WD_ABSTR_TABLE_COLUMN=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT

contextMenuBehaviour: provide

CL_WD_ABSTR_TABLE_COLUMN=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE

contextMenuBehaviour: suppress

CL_WD_ABSTR_TABLE_COLUMN=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS

contextMenuId

CONTEXT_MENU_ID

WDY_MD_UI_ELEMENT_REFERENCE

explanation

EXPLANATION

WDY_MD_TRANSLATABLE_TEXT

fixedPosition

FIXED_POSITION

WDUI_TABLE_COLUMN_FIXED_POS

fixedPosition: left

CL_WD_ABSTR_TABLE_COLUMN=>E_FIXED_POSITION-LEFT

fixedPosition: notFixed

CL_WD_ABSTR_TABLE_COLUMN=>E_FIXED_POSITION-NOT_FIXED

fixedPosition: right

CL_WD_ABSTR_TABLE_COLUMN=>E_FIXED_POSITION-RIGHT

headerTextWrapping

HEADER_TEXT_WRAPPING

WDY_BOOLEAN

visible

VISIBLE

WDUI_VISIBILITY

visible: none

CL_WD_ABSTR_TABLE_COLUMN=>E_VISIBLE-NONE

visible: visible

CL_WD_ABSTR_TABLE_COLUMN=>E_VISIBLE-VISIBLE

Dynamic Programming of Events

View Designer Name

Runtime Name

onAction

ON_ACTION

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Header

HEADER

0..1