Show TOC

Background documentationCTableHeaderArea Locate this document in the navigation structure

 

The figure below illustrates the HeaderArea of the CTable:

This graphic is explained in the accompanying text.

You can find the design options of the HeaderArea under HeaderArea Properties.

Runtime Class

CL_WD_C_TABLE_HEADER_AREA

Properties in View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

accessibilityDescr

Translatable text

Yes

enabled

WDY_BOOLEAN

true

Yes

headerDesign

WDUI_PANEL_HEADER_DESIGN

light

Yes

imageSource

STRING

Yes

title

Translatable text

Yes

titleEditable

WDY_BOOLEAN

false

Yes

tooltip

Translatable text

Yes

visible

WDUI_VISIBILITY

visible

Yes

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. Note the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

accessibilityDescr

ACCESSIBILITY_DESCR

WDY_MD_TRANSLATABLE_TEXT

enabled

ENABLED

WDY_BOOLEAN

headerDesign

HEADER_DESIGN

WDUI_PANEL_HEADER_DESIGN

headerDesign: emphasized

CL_WD_C_TABLE_HEADER_AREA=>E_HEADER_DESIGN-EMPHASIZED

headerDesign: light

CL_WD_C_TABLE_HEADER_AREA=>E_HEADER_DESIGN-LIGHT

headerDesign: standard

CL_WD_C_TABLE_HEADER_AREA=>E_HEADER_DESIGN-STANDARD

headerDesign: transparent

CL_WD_C_TABLE_HEADER_AREA=>E_HEADER_DESIGN-TRANSPARENT

headerDesign: underline

CL_WD_C_TABLE_HEADER_AREA=>E_HEADER_DESIGN-UNDERLINE

imageSource

IMAGE_SOURCE

STRING

title

TITLE

WDY_MD_TRANSLATABLE_TEXT