p

Tag confirmDialog

Component Information 
InfoValue
Component Typeorg.primefaces.component.ConfirmDialog
Handler ClassNone
Renderer Typeorg.primefaces.component.ConfirmDialogRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
appendTofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Appends the dialog to the given search expression.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
closablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if close icon should be displayed or not. Default is true.
closeOnEscapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if dialog should close when escape key is pressed. Default is false.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
globalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, confirmDialog becomes a shared for other components that require confirmation.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the dialog.
hideEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use when hiding the dialog.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
messagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text to be displayed in body. Required.
renderedfalsejakarta.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.
responsivefalsejakarta.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.
severityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message severity for the dislayed icon. Default is alert.
showEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use when showing the dialog.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inner style of the dialog container.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the dialog container.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Sets dialogs visibility. Default is false.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
widthfalsejakarta.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.