Info | Value |
---|---|
Behavior ID | org.primefaces.behavior.ConfirmBehavior |
Handler Class | org.primefaces.behavior.confirm.ConfirmBehaviorHandler |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
beforeShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Callback to execute before displaying confirmation dialog. Return false to prevent dialog from appearing. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables confirm behavior. |
escape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Escape the message attribute. |
header | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Header text of the confirmation dialog. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Icon to display inside the confirm dialog. |
message | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Detail text of the confirmation dialog. |
noButtonClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Adds given style class to 'No' button (and removes it before the global confirm dialog is reused elsewhere) |
noButtonIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Overrides icon of 'No' button (and removes it before the global confirm dialog is reused elsewhere) |
noButtonLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Overrides label of 'No' button (and restores it before the global confirm dialog is reused elsewhere) |
source | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Source of the confirmation component. Valid values are the clientId of the source component and "this". |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Type of the confirmation component. |
yesButtonClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Adds given style class to 'Yes' button (and removes it before the global confirm dialog is reused elsewhere) |
yesButtonIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Overrides icon of 'Yes' button (and removes it before the global confirm dialog is reused elsewhere) |
yesButtonLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Overrides label of 'Yes' button (and restores it before the global confirm dialog is reused elsewhere) |
Output generated by Vdldoc View Declaration Language Documentation Generator.