p

Tag ajaxStatus

Component Information 
InfoValue
Component Typeorg.primefaces.component.AjaxStatus
Handler ClassNone
Renderer Typeorg.primefaces.component.AjaxStatusRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
delayfalsejakarta.el.ValueExpression
(must evaluate to int)
Delay in milliseconds before displaying the ajax status. Default is 0 meaning immediate.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
oncompletefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after ajax requests complete.
onerrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an ajax request fails.
onstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after ajax requests start.
onsuccessfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after ajax requests completed succesfully.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the container element.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.