Start of Content Area

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

Definition

The TableColumnGroup allows yout 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

·        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.

·        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.

 Overview of Inherited Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

fixedPosition

IWDAbstractTableColumn

WDTableColumnFixedPosition

notFixed

bindable

No

visible

IWDAbstractTableColumn

WDVisibility

visible

bindable

No

Events

Name

Class

Parameters

onAction

IWDAbstractTableColumn

(String col)

 

 

End of Content Area