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