|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDMessage | |
| com.sap.tc.webdynpro.progmodel.api | Contains interfaces and classes that form the core programming model for Web Dynpro applications. |
| Uses of IWDMessage in com.sap.tc.webdynpro.progmodel.api |
| Classes in com.sap.tc.webdynpro.progmodel.api that implement IWDMessage | |
class |
WDMessage
Base class for all kinds of messages used in conjunction with the Web Dynpro message manager. |
| Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDMessage | |
java.lang.String |
IWDTextAccessor.getText(IWDMessage message)
Returns a localized text for the given message. |
java.lang.String |
IWDTextAccessor.getText(IWDMessage message,
java.lang.Object[] parameters)
Returns a formatted text whose localized text is determined by the given message, parameterized by the given parameters. |
void |
IWDMessageManager.raiseInvalidContextAttributeMessage(IWDNodeElement element,
IWDAttributeInfo attribute,
IWDMessage messageItem,
java.lang.Object[] args,
boolean cancelNavigation)
Raises a message caused by an invalid context attribute value.This method internally raises a Runtime exception and execution is continued in the Web Dynpro framework. |
void |
IWDMessageManager.reportContextAttributeMessage(IWDNodeElement element,
IWDAttributeInfo attribute,
IWDMessage messageItem,
java.lang.Object[] args,
boolean cancelNavigation)
Report a message item caused for the given context attribute value. |
void |
IWDMessageManager.raiseMessage(IWDMessage messageItem,
java.lang.Object[] args,
boolean cancelNavigation)
Raises a message for the given context attribute value. |
void |
IWDMessageManager.reportMessage(IWDMessage messageItem,
java.lang.Object[] args,
boolean cancelNavigation)
Report a message item caused by an invalid context attribute value. |
boolean |
IWDMessageManager.contains(IWDMessage messageItem)
Ask for a specific message in the message managers queue. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||