!--a11y-->
Web Dynpro ViewElement API -
IWDViewElement 
The Web Dynpro ViewElement API is the interface for any element in a view. This interface is used to uniquely identify an element and provide the appropriate view.
When creating an element, an ID is assigned to the element that identifies the element in its view.
Method Name |
Return Value |
Parameter |
Short Description |
getID |
String |
|
Returns the unique name (ID) for each element. |
getView |
IWDView |
|
Returns its view. |
