public class CustomActionEvent extends BaseActionEvent
| Constructor and Description |
|---|
CustomActionEvent(java.lang.String pagePath,
javax.faces.component.UIComponent comp)
Create a CustomActionEvent event with ...
|
| Modifier and Type | Method and Description |
|---|---|
Event |
getEventType()
Returns the type of this event.
|
void |
processListener(PageEditorListener listener)
Broadcast this
CustomActionEvent to the specified
PageEditorListener, by whatever mechanism is appropriate. |
getComponent, getMessageDetail, getMessageSeverity, getMessageSummary, getPagePath, setMessageDetail, setMessageSeverity, setMessageSummary, setShowMessage, showMessageisEventHandled, setEventHandledpublic CustomActionEvent(java.lang.String pagePath,
javax.faces.component.UIComponent comp)
public final Event getEventType()
getEventType in class PageEditorEventEvent.CUSTOM_ACTION_EVENT.public void processListener(PageEditorListener listener) throws javax.faces.event.AbortProcessingException
CustomActionEvent to the specified
PageEditorListener, by whatever mechanism is appropriate.
This is accomplished by calling processAction method on
CustomActionListener, and passing this
CustomActionEvent as a parameter.processListener in class PageEditorEventlistener - PageEditorListener to send this
CustomActionEvent to.javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further
processing on the current event should be performed.