|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes an event object in the Portal Object Model.
| 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 |
public EventType getType()
public boolean getBubbles()
public INode getCurrentTarget()
public INode getTarget()
getCurrentTargetMethod.public void setCurrentTarget(INode eventTarget)
eventTarget - public void setTarget(INode target)
target - public boolean getCancelable()
public void stopPropagation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||