| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.ConfirmDialog | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.ConfirmDialogRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Unique identifier of the component in a namingContainer. | 
rendered | false | javax.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. | 
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
					 | An el expression referring to a server side UIComponent instance in a backing bean. | 
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the client side widget. | 
message | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Text to be displayed in body. Required. | 
header | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Text for the header. | 
severity | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Message severity for the dislayed icon. Default is alert. | 
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Width of the dialog in pixels. Default is auto. | 
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Height of the dialog. | 
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Inner style of the dialog container. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Style class of the dialog container. | 
closable | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Defines if close icon should be displayed or not. Default is true. | 
appendTo | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Alternative to appendToBody. Appends the dialog to the given search expression. | 
visible | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Sets dialogs visibility. Default is false. | 
showEffect | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Effect to use when showing the dialog. | 
hideEffect | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Effect to use when hiding the dialog. | 
closeOnEscape | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Defines if dialog should close when escape key is pressed. Default is false. | 
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Defines text direction, valid values are "ltr" (default) and "rtl". | 
global | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | When enabled, confirmDialog becomes a shared for other components that require confirmation. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.