| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Dialog |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
appendTo | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Append dialog to the element with the given identifier.Default is @(body). |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
blockScroll | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Blocks scrolling of the document when dialog is modal.Default is false. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Caches the content when dynamic loading is enabled.Default is true. |
closable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Makes dialog closable.Default is true. |
closeOnEscape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Closes dialog 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 and rtl.Default is ltr. |
dismissibleMask | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Closes dialog by clicking on the modal background mask.Default is false. |
draggable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Makes dialog draggable.Default is true. |
dynamic | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enables lazy loading of dialog content.Default is false. |
fitViewport | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Fits dialog in the viewport.Default is false. |
focus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Component to receive focus when dialog is opened. |
footer | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Footer text. |
header | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Header text. |
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)
| Hide effect to be used when hiding dialog. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
maximizable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Makes dialog maximizable.Default is false. |
minHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Minimum height in pixels.Default is Integer.MIN_VALUE. |
minimizable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Makes dialog minimizable.Default is false. |
minWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Minimum width in pixels.Default is Integer.MIN_VALUE. |
modal | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Makes dialog modal.Default is false. |
my | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of the dialog relative to the target element.Default is center. |
onHide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when dialog is hidden. |
onShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when dialog is shown. |
position | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of the target element relative to the dialog. |
positionType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position type of the dialog, valid values are 'fixed' and 'absolute'.Default is fixed. |
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.Default is true. |
resizable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Makes dialog resizable.Default is true. |
responsive | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| In responsive mode, dialog adjusts itself based on screen width.Default is true. |
showEffect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Show effect to be used when displaying dialog. |
showHeader | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Renders dialog header.Default is true. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
visible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Renders dialog as visible.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. |
Output generated by Vdldoc View Declaration Language Documentation Generator.