|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPortalRequestEvent | |
| com.sapportals.portal.prt.component | |
| com.sapportals.portal.prt.util | |
| Uses of IPortalRequestEvent in com.sapportals.portal.prt.component |
| Methods in com.sapportals.portal.prt.component that return IPortalRequestEvent | |
IPortalRequestEvent |
IPortalComponentRequest.getRequestEvent()
If applicable, gets the request event defined by the incoming request. |
IPortalRequestEvent |
IPortalComponentRequest.createRequestEvent(java.lang.String eventName)
Creates a request event. |
IPortalRequestEvent |
IPortalComponentRequest.createRequestEvent(java.lang.String eventName,
IPortalRequestEventData eventData)
Creates a request event. |
IPortalRequestEvent |
IPortalComponentURI.getPortalRequestEvent()
Gets the PortalRequestEvent |
| Methods in com.sapportals.portal.prt.component with parameters of type IPortalRequestEvent | |
protected void |
AbstractPortalComponent.doRequestEvent(IPortalComponentRequest aRequest,
IPortalRequestEvent event)
Handles a client raised event that is not handled in a specific event handler. |
void |
AbstractPortalComponent.doHandleEditData(IPortalComponentRequest request,
IPortalRequestEvent event)
Default handler upon personalization according to the convention, which is that a personalization dialog presentation should use profile names as parameter names and it should contain a field "save" if the parameter set should be saved into the profile. |
java.lang.String |
IPortalComponentRequest.createComponentURL(INode targetNode,
IPortalRequestEvent event)
Deprecated. use createPortalComponentURI instead |
java.lang.String |
IPortalComponentRequest.createComponentURL(IPortalRequestEvent event)
Deprecated. use createPortalComponentURI instead |
java.lang.String |
IPortalComponentRequest.createPageURL(java.lang.String urn,
IPortalRequestEvent event)
Deprecated. use createPortalComponentURI instead |
void |
IPortalComponentURI.setPortalRequestEvent(IPortalRequestEvent portalRequestEvent)
Sets the portalRequestEvent, if a target node has been set the toString () will produce an url that fire an event on the targetNode, if a new contextName has been set the event will be fired on the top most Portal Component. |
| Uses of IPortalRequestEvent in com.sapportals.portal.prt.util |
| Methods in com.sapportals.portal.prt.util with parameters of type IPortalRequestEvent | |
void |
StandardEditDialog.doHandleEditData(IPortalComponentRequest request,
IPortalRequestEvent event)
Default handling at end of personalization: Simply store all properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||