AbstractGenericActiveComponent
AbstractGenericActiveComponent is the abstract base UI element for ActiveX and Flash Island. AbstractGenericActiveComponent can be modified to fufill certain functions for both active UI elements. The three aggregations – Properties, DataSources, and Events – can be used to describe the concrete entities of a specific UI element.
Runtime Class |
CL_WD_ABSTR_GAC |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
Translatable text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
|
Yes |
Aggregations in the View Designer
Name |
Cardinality |
Type |
0..n |
||
0..n |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI element is:
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_ABSTR_GAC=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_ABSTR_GAC=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
EVENTS |
0..n |
|
PROPERTIES |
0..n |