AbstractGenericActiveComponent 
AbstractGenericActiveComponent is the abstract base UI element for ActiveX and FlashIsland. 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 |
Name |
Cardinality |
Type |
|---|---|---|
0..n |
||
0..n |
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
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 |
|---|---|---|
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 |
|
View Designer Name |
Runtime Name |
Cardinality |
|---|---|---|
EVENTS |
0..n |
|
PROPERTIES |
0..n |