|
|
Web Dynpro API Documentation
|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.sap.tc.webdynpro.clientserver.event.api
Class WDPortalEventing
java.lang.Object
|
+--com.sap.tc.webdynpro.clientserver.event.api.WDPortalEventing
- public class WDPortalEventing
- extends java.lang.Object
WDPortalEventing provides access to portal eventing functionality.
|
Method Summary |
static void |
fire(java.lang.String nameSpace,
java.lang.String event,
java.lang.String parameter)
Raise the specied portal event. |
static void |
subscribe(java.lang.String nameSpace,
java.lang.String event,
IWDAction action)
Subscribe to the defined portal event. |
static void |
unsubscribe(java.lang.String nameSpace,
java.lang.String event,
IWDAction action)
Unsubscribe for the defined portal event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subscribe
public static void subscribe(java.lang.String nameSpace,
java.lang.String event,
IWDAction action)
- Subscribe to the defined portal event. The portal event is mapped to the specified Web Dynpro action.
If the defined view gets the portal event, the event handler of the action is called.
- Parameters:
nameSpace - the name space of the portal eventevent - the name of the portal eventaction - the associated Web Dynpro action
unsubscribe
public static void unsubscribe(java.lang.String nameSpace,
java.lang.String event,
IWDAction action)
- Unsubscribe for the defined portal event.
- Parameters:
nameSpace - the name space of the portal eventevent - the name of the portal eventaction - the associated Web Dynpro action
fire
public static void fire(java.lang.String nameSpace,
java.lang.String event,
java.lang.String parameter)
- Raise the specied portal event.
- Parameters:
nameSpace - the name space of the portal eventevent - the name of the portal eventparameter - the event parameter
|
|
Web Dynpro API Documentation
|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15