!--a11y-->
Web Dynpro ViewElement API -
IWDViewElement 
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.
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. |
