|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Generic API of all Web Dynpro controllers. All controllers created by the Web Dynpro toolset implement this interface. Unless explicitly stated, the methods listed for this interface are not available to parent components through the component usage interface.
| Method Summary | |
IWDAction |
getAction(java.lang.String name)
Returns the action with name name or null. |
IWDComponent |
getComponent()
Returns the component this controller belongs to. |
IWDContext |
getContext()
Returns the context of this controller. |
IWDControllerInfo |
getControllerInfo()
Returns the metadata describing this controller. |
java.lang.String |
getMessage(java.lang.String key)
Deprecated. This method may be withdrawn with the first new NetWeaver release in 2006. Use IWDTextAccessor.getText(String) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor |
java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] parameters)
Deprecated. This method may be withdrawn with the first new NetWeaver release in 2006. Use IWDTextAccessor.getText(String, Object[]) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor |
java.lang.String |
getName()
Returns the name of this controller. |
java.lang.String |
getPackageName()
Returns the package part of the qualified name of this controller. |
java.lang.String |
getQualifiedName()
Returns the qualified name of this controller. |
java.lang.String |
getText(java.lang.String key)
Deprecated. This method may be withdrawn with the first new NetWeaver release in 2006. Use IWDTextAccessor.getText(String) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor |
java.lang.String |
getText(java.lang.String key,
java.lang.Object[] parameters)
Deprecated. This method may be withdrawn with the first new NetWeaver release in 2006. Use IWDTextAccessor.getText(String, Object[]) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor |
| Method Detail |
public IWDAction getAction(java.lang.String name)
name or null.name - name of the action to be returnedpublic IWDComponent getComponent()
public IWDContext getContext()
public IWDControllerInfo getControllerInfo()
public java.lang.String getMessage(java.lang.String key)
IWDTextAccessor.getText(String) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor).
key.key - the key of the localized message
public java.lang.String getMessage(java.lang.String key,
java.lang.Object[] parameters)
IWDTextAccessor.getText(String, Object[]) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor).
key that is both localized,
and formatted according to parameters.key - the key of the localized messageparameters - object array of parameterspublic java.lang.String getText(java.lang.String key)
IWDTextAccessor.getText(String) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor).
key.key - the key of the localized text
public java.lang.String getText(java.lang.String key,
java.lang.Object[] parameters)
IWDTextAccessor.getText(String, Object[]) instead (see IWDComponent.getTextAccessor()
on how to get access to an IWDTextAccessor).
key that is both localized,
and formatted according to parameters.key - the key of the localized textparameters - object array of parameterspublic java.lang.String getName()
public java.lang.String getPackageName()
public java.lang.String getQualifiedName()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||