!--a11y-->
AbstractTableCellVariant 
AbstractTableCellVariant provides the abstract UI element of a variant (TableStandardCell).
Runtime Class |
CL_WD_ABSTR_TABLE_CELL_VAR |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
no |
WDUI_TABLE_COLUMN_HALIGN |
auto |
yes |
|
STRING |
|
no |

Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
For dynamic programming the same properties, events, and aggregations are provide in the View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
H_ALIGN |
WDUI_TABLE_COLUMN_HALIGN |
|
hAlign: auto |
CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-AUTO |
|
hAlign: beginOfLine |
CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-BEGIN_OF_LINE |
|
hAlign: center |
CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-CENTER |
|
hAlign: endOfLine |
CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-END_OF_LINE |
|
hAlign: forcedLeft |
CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-FORCED_LEFT |
|
hAlign: forcedRight |
CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-FORCED_RIGHT |
|
VARIANT_KEY |
STRING |
|