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 | true | 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. |
appendToBody | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Appends dialog as a child of document body. Default is false. |
visible | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Sets dialogs visibility. Default is false. |
Output generated by Vdldoc View Declaration Language Documentation Generator.