|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Offers access to actions of a controller.
| Method Summary | |
IWDParameters |
getActionParameters()
Get access to action parameters for this action's next eventhandler call. |
IWDController |
getController()
method returns this action's controller. |
java.lang.String |
getImage()
Returns this action's image url. |
java.lang.String |
getText()
Returns this action's descriptive localized text. |
boolean |
isEnabled()
method tells whether the action is currently enabled. |
boolean |
isValidating()
This method tells whether the action is a validating actions. |
void |
setEnabled(boolean enabled)
Determines whether the action is enabled. |
void |
setImage(java.lang.String imageUrl)
Set this action's image url. |
void |
setText(java.lang.String text)
Set this action's descriptive localized text. |
| Method Detail |
public IWDController getController()
public java.lang.String getText()
public void setText(java.lang.String text)
public java.lang.String getImage()
public void setImage(java.lang.String imageUrl)
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - flag which indicates whether the action is enabledpublic boolean isValidating()
public IWDParameters getActionParameters()
name - is the name of the parametervalue - is the parameter value.
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||