| Info | Value |
|---|---|
| Behavior ID | org.primefaces.component.AjaxBehavior |
| Display Name | None |
| Handler Class | org.primefaces.component.behavior.ajax.AjaxBehaviorHandler |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
listener | false | javax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
| Method to process in partial request. |
immediate | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value that determines the phaseId to execute listener. Default is false meaning "Invoke Application" phase, when true phase is "Apply Request Values". |
async | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set to true, ajax requests are not queued. |
process | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Component(s) to process in partial request. Defaults to @this. |
update | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Component(s) to update with ajax. |
onstart | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback execute before ajax request is begins. |
oncomplete | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback execute when ajax request is completed and dom is updated. |
onerror | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback execute when ajax requests returns with error response. |
onsuccess | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback execute before dom is updated. |
global | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Global ajax requests are listened by ajaxStatus component, setting global to false will not trigger ajaxStatus. |
disabled | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables ajax behavior. |
event | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Client side event to trigger ajax request. Default value is defined by parent ClientBehaviorHolder component the behavior is attached to. |
partialSubmit | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, only values related to partially processed components would be serialized for ajax instead of whole form. |
resetValues | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, indicate that this particular Ajax transaction is a value reset transaction. This will cause resetValue() to be called on any EditableValueHolder instances encountered as a result of this ajax transaction. If not specified, or the value is false, no such indication is made. |
ignoreAutoUpdate | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, components which autoUpdate="true" will not be updated for this request. If not specified, or the value is false, no such indication is made. |
Output generated by Vdldoc View Declaration Language Documentation Generator.