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