|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDEventHandlerInfo | |
| com.sap.tc.webdynpro.progmodel.api | Contains interfaces and classes that form the core programming model for Web Dynpro applications. |
| com.sap.tc.webdynpro.progmodel.repository | |
| com.sap.tc.webdynpro.services.session.api | |
| Uses of IWDEventHandlerInfo in com.sap.tc.webdynpro.progmodel.api |
| Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDEventHandlerInfo | |
void |
IWDComponent.addEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Subscribe the specified event handler to the specified event. |
void |
IWDComponent.removeEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Unsubscribe the specified event handler from the specified event. |
void |
IWDComponentUsage.addEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Subscribe the specified event handler to the specified event. |
void |
IWDComponentUsage.removeEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Unsubscribe the specified event handler from the specified event. |
| Uses of IWDEventHandlerInfo in com.sap.tc.webdynpro.progmodel.repository |
| Methods in com.sap.tc.webdynpro.progmodel.repository that return IWDEventHandlerInfo | |
IWDEventHandlerInfo |
IWDIncomingEventInfo.getEventHandler()
Getter for 1:1 association EventHandler. |
IWDEventHandlerInfo |
IWDControllerInfo.getEventHandler(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by IWDControllerInfo.findInEventHandlers(String). The method with the old name
has been kept for backward compatibility only and may be withdrawn with the
first new NetWeaver release in 2006. |
IWDEventHandlerInfo |
IWDControllerInfo.findInEventHandlers(java.lang.String name)
Getter for element with given name in 1:n aggregation EventHandlers. |
| Methods in com.sap.tc.webdynpro.progmodel.repository with parameters of type IWDEventHandlerInfo | |
boolean |
IWDControllerInfo.hasInEventHandlers(IWDEventHandlerInfo o)
Checks whether there is an element with the given name in 1:n aggregation EventHandlers. |
| Uses of IWDEventHandlerInfo in com.sap.tc.webdynpro.services.session.api |
| Methods in com.sap.tc.webdynpro.services.session.api with parameters of type IWDEventHandlerInfo | |
IWDConfirmationDialog |
IWDWindowManager.createConfirmationWindow(java.lang.String confirmationText,
IWDEventHandlerInfo eventHandler,
java.lang.String label)
Method createConfirmationWindow |
void |
IWDConfirmationDialog.addChoice(IWDEventHandlerInfo eventHandler,
java.lang.String label)
Method addChoice - adds a choice (represented by a actionbutton) to the confimation dialog. |
void |
IWDConfirmationDialog.addChoice(IWDEventHandlerInfo eventHandler,
java.lang.String label,
boolean enabled)
Method addChoice - adds a choice (represented by a actionbutton) to the confimation dialog. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||