public abstract class BaseActionEvent extends PageEditorEvent
BaseActionEvent is a notification that a component's custom action is
invoked using Oracle Composer.| Constructor and Description |
|---|
BaseActionEvent(java.lang.String pagePath,
javax.faces.component.UIComponent comp)
Create a BaseActionEvent event with ...
|
| Modifier and Type | Method and Description |
|---|---|
javax.faces.component.UIComponent |
getComponent()
Returns the component that is being edited
|
java.lang.String |
getMessageDetail()
Returns the detail message
|
javax.faces.application.FacesMessage.Severity |
getMessageSeverity()
Returns the message severity
|
java.lang.String |
getMessageSummary()
Returns the message summary
|
java.lang.String |
getPagePath()
Returns the page path
|
void |
setMessageDetail(java.lang.String msgDetail)
Set the message detail
|
void |
setMessageSeverity(javax.faces.application.FacesMessage.Severity severity)
Set the message severity
|
void |
setMessageSummary(java.lang.String msgSummary)
Set the message summary
|
void |
setShowMessage(boolean showMsg)
Set the flag which indicates if to show message when no error
|
boolean |
showMessage()
If to show message when no error
|
getEventType, isEventHandled, processListener, setEventHandledpublic BaseActionEvent(java.lang.String pagePath,
javax.faces.component.UIComponent comp)
public java.lang.String getPagePath()
public javax.faces.component.UIComponent getComponent()
UIComponent of the selected component.public void setMessageDetail(java.lang.String msgDetail)
msgDetail - the detail messagepublic java.lang.String getMessageDetail()
public void setMessageSummary(java.lang.String msgSummary)
msgSummary - the summary messagepublic java.lang.String getMessageSummary()
public void setMessageSeverity(javax.faces.application.FacesMessage.Severity severity)
severity - the error message severitypublic javax.faces.application.FacesMessage.Severity getMessageSeverity()
public void setShowMessage(boolean showMsg)
showMsg - the flag which indicates if to show message when no errorpublic boolean showMessage()