Show TOC

TableRowGroupingLocate this document in the navigation structure

This UI element is used to display a table whose rows are in groups. A group is represented by an expandable/collapsible row that takes up the whole table width. The groups come from the elements of Table.dataSource. The data of a group must be in a context node below the group node. The binding is done using the groupData property.

Example of the Visual Display

TABLEROWGROUPING

Runtime Class

CL_WD_TABLE_ROW_GROUPING

Properties in View Designer

Name Type Initial Value Bindable

id

STRING

(automatic)

No

expanded

WDY_BOOLEAN

false

Mandatory

groupData

Context Node

Mandatory

Aggregations in the View Designer

Name Cardinality Type

Header

0..1

Caption

Menu

0..1

Menu

Note

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 as in the View Designer are available. But note that the spelling format and use of upper/lower case is different.

Dynamic Programming of Properties

View Designer Name Runtime Name Type

expanded

EXPANDED

WDY_BOOLEAN

groupData

GROUP_DATA

OBJECT

Dynamic Programming of Aggregations

View Designer Name Runtime Name Cardinality

Header

HEADER

0..1

Menu

MENU

0..1

Example

You can find an example of this UI element in the system in component WDR_TEST_TABLE under TableRowGrouping.