@NamedEvent(shortName="postInvokeAction") public class PostInvokeActionEvent extends ComponentSystemEvent
PhaseId.INVOKE_APPLICATION
.
This event is supported on UIViewRoot
, UIForm
, UIInput
and UICommand
components.
This event is particularly helpful as a replacement of <f:event type="preRenderView">
and also
provides the possibility to invoke multiple action listeners on a single UIInput
and UICommand
components on an easy manner.
<f:event type="postInvokeAction" listener="#{bean.postInvokeAction}" />
PreInvokeActionEvent
,
InvokeActionEventListener
,
Serialized Formsource
Constructor and Description |
---|
PostInvokeActionEvent(UIComponent component)
Construct a new post invoke action event on the given component.
|
getComponent, isAppropriateListener, processListener
getFacesContext
getSource, toString
public PostInvokeActionEvent(UIComponent component)
component
- The component to invoke the event on.Copyright © 2012–2020 OmniFaces. All rights reserved.