Show TOC

CTable AggregationsLocate this document in the navigation structure

Use
  • COLUMNS (0..n)

    Aggregations for multiple table columns (ABSTR_C_TABLE_COLUMN).

    Both administrator and users can sort this aggregation provided personalizationMode is set to framework.

  • DRAG_SOURCE_INFOS (0..n)

    DragSourceInfo elements that can be used for the table rows ( rowDragInfo) and columns ( columnDragInfo).

    For more information, see Drag & Drop in the CTable and DragSourceInfo.

  • DROP_TARGET_INFOS (0..n)

    DropTargetInfos elements that can be used for rows ( tableBodyDropInfo, rowDropInfo, rowEdgeDropInfo) and columns ( columnHeaderDropInfo, columnDropInfo, columnEdgeDropInfo).

    For more information, see Drag & Drop in the CTable and DropTargetInfo.

  • HEADER_AREA (0..1)

    Title of the table; type C_TABLE_HEADER_AREA. (The element can only be aggregated to the CTable. It is therefore not standalone.)

  • SCROLL_TIP_PROVIDER (0..1)

    Texts for the scroll tips during scrolling; for more information, see TableScrollTipProvider.

  • TOOLBAR (0..1)

    Aggregation for a toolbar within the CTable.