Entering content frame

Object documentation Web Dynpro AbstractActiveComponent API – IWDAbstractActiveComponent Locate the document in its SAP Library structure

Definition

The AbstractActiveComponent class that implements the interface IWDAbstractActiveComponent represents the abstract basis class for all active UI elements, such as Office Integration UI elements or Adobe Acrobat UI elements. From a technical perspective, these are ActiveX controls and therefore allow greater interaction by the user. In addition, this interface supports the active UI elements with internal services. All properties are passed to the UI element interfaces IWDInteractiveForm and IWDOfficeControl. For example, this allows you to define the height and width of an interactive PDF form.

Description of the UI Element Properties

·        height
Determines the height of the UI element that you can specify in CSS sizes, such as em, ex, pixels or percentage values.

·        width
Determines the width of the UI element that you can specify in CSS sizes, such as em, ex, pixels or percentage values.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

enabled

IWDUIElement

boolean

true

bindable

No

height

IWDAbstractActiveComponent

String

300px

bindable

No

tooltip

IWDUIElement

String (Translatable Text)

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

width

IWDAbstractActiveComponent

String

300px

bindable

No

Subordinate Interfaces

IWDInteractiveForm

IWDOfficeControl

Methods of the Web Dynpro IWDAbstractActiveComponent API

Method Name

Parameter

Return Value

Description

bindHeight

(String path)

 

Binds the value of the height property to the content element specified by the path.

bindingOfHeight

 

String

Returns the path of the context element to which the height property is bound. Returns NULL if no binding exists.

bindingOfWidth

 

String

Returns the path of the context element to which the width property is bound. Returns NULL if no binding exists.

bindWidth

(String path)

 

Binds the value of the width property to the context element specified by the path.

 

getHeight

 

String

Returns the value of the height property.

getWidth

 

String

Returns the value of the width property.

setHeight

(int height)

(String height)

Sets the value of the height property.

setWidth

(int width)

(String width)

Sets the value of the width property.

Additional methods described in the following APIs are available using inheritance:

IWDUIElement, IWDViewElement.

Note

For detailed documentation of all inherited methods, see the documentation for the relevant APIs.

  

  

 

Leaving content frame