Show TOC

CTableSymbolCellLocate this document in the navigation structure

Use

Cell variant of CTable, in which a symbol can be displayed aligned on the left.

Figure 1: CTableSymbolCell with the symbol for standard and symbolDesign: standard.
Implementation Details
Runtime Class CL_WD_C_TABLE_SYMBOL_CELL
Properties in View Designer
Name Type Initial Value Bindable
id STRING (automatic) No

cellDesign

WDUI_TABLE_CELL_DESIGN

00 (default):

Yes

symbol WDUI_C_TABLE_CELL_SYMBOL average Yes
symbolDesign WDUI_C_TABLE_SYMBOL_DESIGN standard Yes
variantKey STRING No
Aggregations in the View Designer
Name Cardinality Type
EDITOR 0..1 TableCellEditor
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

cellDesign

CELL_DESIGN WDUI_TABLE_CELL_DESIGN
symbol SYMBOL WDUI_C_TABLE_CELL_SYMBOL
symbol: average CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL-AVERAGE
symbol: count distinct CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL-COUNT_DISTINCT
symbol: maximum CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL-MAXIMUM
symbol: minimum CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL-MINIMUM
symbol: none CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL-NONE
symbol: sum CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL-SUM
symbolDesign SYMBOL_DESIGN WDUI_C_TABLE_SYMBOL_DESIGN
symbolDesign: emphasized CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL_DESIGN-EMPHASIZED
symbolDesign: standard CL_WD_C_TABLE_SYMBOL_CELL=>E_SYMBOL_DESIGN-STANDARD
variantKey VARIANT_KEY STRING
Dynamic Programming of Aggregations
View Designer Name Runtime Name Cardinality
EDITOR EDITOR 0..1