|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEvent
This interface describes an event object in the Portal Object Model.
| Field Summary |
|---|
| Fields inherited from interface com.sapportals.portal.prt.pom.IPOMConstants |
|---|
ABOUT_MODE, ABOUT_REQUEST_EVENT, ACTION_EVENT, AFTER_CONTENT_EVENT, BEFORE_CONTENT_EVENT, COMPONENT_EVENT, COMPONENT_NODE, DEFAULT_MODE, EDIT_ACKNOWLEDGE_EVENT, EDIT_MODE, EDIT_REQUEST_EVENT, HELP_MODE, HELP_REQUEST_EVENT, LOGON_EVENT, LOGON_MODE, LOGOUT_EVENT, ON_NODE_READY_EVENT, ON_NODE_REMOVE_EVENT, ON_POM_READY_EVENT, PORTAL_NODE, PREVIEW_MODE, PREVIEW_REQUEST_EVENT, REFRESH_MODE, REFRESH_REQUEST_EVENT, REQUEST_EVENT, TEST_MODE |
| Method Summary | |
|---|---|
boolean |
getBubbles()
Finds out whether this event bubbles |
boolean |
getCancelable()
Finds out wether this event's bubbling can be canceled |
INode |
getCurrentTarget()
Gets the current target node of this event |
INode |
getTarget()
Gets the original target of the event. |
EventType |
getType()
Retrieves the type of the event. |
void |
setCurrentTarget(INode eventTarget)
Sets the current target of the event, i.e. the one those listener will have this event dispatched to. |
void |
setTarget(INode target)
Defines the original target of the event, i.e. the target the event was originally fired on Note: This method should not be called directly, instead the portal implementation will use it to indicate the event's target. |
void |
stopPropagation()
Stops the propagation (for now only bubbling) of the event |
| Method Detail |
|---|
EventType getType()
boolean getBubbles()
INode getCurrentTarget()
INode getTarget()
getCurrentTargetMethod.
void setCurrentTarget(INode eventTarget)
eventTarget - void setTarget(INode target)
target - boolean getCancelable()
void stopPropagation()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||