Info | Value |
---|---|
Component Type | org.primefaces.component.ConfirmPopup |
Handler Class | None |
Renderer Type | org.primefaces.component.ConfirmPopupRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
appendTo | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Appends the popup 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. |
dismissable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enables to hide the popup when outside is clicked. |
global | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When enabled, confirmPopup becomes a shared for other components that require confirmation. |
hideEffect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Effect to use when hiding the popup. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Icon to display next to the message. |
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. |
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. |
showEffect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Effect to use when showing the popup. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inner style of the popup container. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the popup container. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.