
AbstractTableCellVariant provides the abstract UI element of a variant ( TableStandardCell ).
Implementation Details
|
Runtime Class |
CL_WD_ABSTR_TABLE_CELL_VAR |
|
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
WDUI_TABLE_COLUMN_HALIGN |
auto |
Yes |
|
|
STRING |
No |
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 are available as in the View Designer. But note that the spelling format and use of upper/lower case is different.
|
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 |