o

Tag viewAction

Component Information 
InfoValue
Component Typeorg.omnifaces.component.input.ViewAction
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
actionfalsejakarta.el.MethodExpression
(signature must match java.lang.Object action())
MethodExpression representing the application action to invoke when this component is activated. The expression must evaluate to a public method that takes no parameters, and returns an Object (the logical outcome) which is passed to the NavigationHandler for this application.
actionListenerfalsejakarta.el.MethodExpression
(signature must match void processAction(jakarta.faces.event.ActionEvent))
MethodExpression representing an action listener method that will be notified when this component is activated. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
iffalsejakarta.el.ValueExpression
(must evaluate to boolean)
Invoke the application action only when this attribute evaluates true during the specified phase. The default is true.
immediatefalsejakarta.el.ValueExpression
(must evaluate to boolean)
No Description
messagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The global flash warning message to be shown in the redirected page.
onPostbackfalsejakarta.el.ValueExpression
(must evaluate to boolean)
No Description
phasefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
renderedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.

Output generated by Vdldoc View Declaration Language Documentation Generator.