Show TOC

AbstractActiveComponentLocate this document in the navigation structure

Use

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 passed to the following UI elements:

For example, you can use these UI elements to define the height and width of an interactive form.

Implementation Details

Runtime Class

CL_WD_ABSTR_ACT_COMP

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

additionalArchives

STRING

No

archive

STRING

No

classId

STRING

No

codeBase

STRING

No

contextMenuBehaviour

WDUI_CONTEXT_MENU_BEHAVIOUR

inherit

No

contextMenuId

WDY_MD_UI_ELEMENT_REFERENCE

No

enabled

WDY_BOOLEAN

true

Yes

height

STRING

300px

Yes

tooltip

Translatable text

Yes

type

STRING

No

visible

WDUI_VISIBILITY

visible

Yes

width

STRING

300px

Yes

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. However, the spelling format and use of upper/lower case is different.

View Designer Name

Runtime Name

Type

additionalArchives

ADDITIONAL_ARCHIVES

STRING

archive

ARCHIVE

STRING

classId

CLASS_ID

STRING

codeBase

CODE_BASE

STRING

contextMenuBehaviour

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

contextMenuId

CONTEXT_MENU_ID

WDY_MD_UI_ELEMENT_REFERENCE

enabled

ENABLED

WDY_BOOLEAN

height

HEIGHT

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

type

TYPE

STRING

visible

VISIBLE

WDUI_VISIBILITY

visible: none

CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-NONE

visible: visible

CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-VISIBLE

width

WIDTH

STRING