|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Generic API of all view elements, visible or otherwise.
This interface represents the lowest level of commonality that exists across
all elements within a view. The resulting elements based on this interface do
not necessarily correspond to elements visible on the client (for example,
IWDFlowData).
A view element knows its containing view and an ID that is unique within that view.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Method Summary | |
void |
destroy()
Destroys this view element by removing it from the containing view and from the containing parent. |
String |
getId()
Returns the ID that uniquely identifies this view element within its containing view. |
IWDView |
getView()
Returns the API of the containing view. |
void |
requestFocus()
Requests to change the keyboard input focus to this view element. |
| Method Detail |
public String getId()
public IWDView getView()
public void destroy()
public void requestFocus()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||