Entering content frame

Object documentation Web Dynpro ViewElement API - IWDViewElement Locate the document in its SAP Library structure

Definition

The Web Dynpro ViewElement API is the interface for any UI element in a view. This interface is used to uniquely identify a UI element and provide the appropriate view.

Methods in the Web Dynpro ViewElement API

When creating a UI element, an ID is assigned to the UI element that identifies the UI element in its view.

Method Name

Return Value

Parameter

Short Description

getID

String

 

Returns the unique name (ID) for each UI element.

getView

IWDView

 

Returns its view.

  

  

 

Leaving content frame