p

Tag confirmPopup

Component Information 
InfoValue
Component Typeorg.primefaces.component.ConfirmPopup
Handler ClassNone
Renderer Typeorg.primefaces.component.ConfirmPopupRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
appendTofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Appends the popup 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.
dismissablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables to hide the popup when outside is clicked.
globalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, confirmPopup becomes a shared for other components that require confirmation.
hideEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use when hiding the popup.
iconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon to display next to the message.
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.
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.
showEffectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use when showing the popup.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inner style of the popup container.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the popup container.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.