AbstractActiveComponent 
AbstractActiveComponent is the abstract base UI element of active UI elements OfficeControl, InteractiveForm, Gantt, and Network. From a technical perspective, these are ActiveX controls and therefore allow users more interaction. In addition, AbstractActiveComponent provides internal services for active UI elements. All properties are transferred to the following UI elements:
For example, you can use these UI elements to define the height and width of an interactive form.
Runtime Class |
CL_WD_ABSTR_ACT_COMP |
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
STRING |
(automatic) |
No |
|
STRING |
No |
||
STRING |
No |
||
STRING |
No |
||
STRING |
No |
||
WDUI_CONTEXT_MENU_BEHAVIOUR |
inherit |
No |
|
WDY_MD_UI_ELEMENT_REFERENCE |
No |
||
WDY_BOOLEAN |
true |
Yes |
|
STRING |
300px |
Yes |
|
Translatable text |
Yes |
||
STRING |
No |
||
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
300px |
Yes |
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. Bear in mind the different spellings.
View Designer Name |
Runtime Name |
Type |
|---|---|---|
ADDITIONAL_ARCHIVES |
STRING |
|
ARCHIVE |
STRING |
|
CLASS_ID |
STRING |
|
CODE_BASE |
STRING |
|
CONTEXT_MENU_BEHAVIOUR |
WDUI_CONTEXT_MENU_BEHAVIOUR |
|
contextMenuBehaviour: inherit |
CL_WD_ABSTR_ACT_COMP=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
contextMenuBehaviour: provide |
CL_WD_ABSTR_ACT_COMP=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
contextMenuBehaviour: suppress |
CL_WD_ABSTR_ACT_COMP=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
TYPE |
STRING |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|