Show TOC Start of Content Area

Object documentation TableColumnGroup API  Locate the document in its SAP Library structure

Definition

The TableColumnGroup allows you to combine several columns and give them one common heading. Into a TableColumnGroup, you can insert TableColumns or other TableColumnGroups.

Description of UI Element Properties

      accessibilityDescription

When accessibility is activated, the assigned text is added to the tooltip. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.

      explanation

determines the explanation text. explanation is maintained by the documentation developer in the Web Dynpro Authoring environment.

      fixedPosition

Determines whether the TableColumnGroup is fixed at the left or right margin.

left

Column is fixed at the left margin.

notFixed

Column is not fixed and can be scrolled.

right

Column is fixed at the right margin.

      headerTextWrapping

Specifies whether the header text wraps.

      visible

Specifies the visibility of the UI element. The default value of this property is set to visible.

blank

The UI element is not visible on the screen but takes up space.

none

The UI element is not visible on the screen and takes up no space.

visible

The UI element is displayed on the screen.

 Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDAbstractTableColumn

String

 

bindable

explanation

IWDAbstractTableColumn

String

 

not_bindable

fixedPosition

IWDAbstractTableColumn

WDTableColumnFixedPosition

notFixed

bindable

headerTextWrapping

IWDAbstractTableColumn

boolean

false

bindable

visible

IWDAbstractTableColumn

WDVisibility

visible

bindable

 

Events

The event onAction is deprecated.

Name

Class

Parameters

onAction

IWDAbstractTableColumn

(String col)

 

 

End of Content Area