primefaces-p

Tag dialog

Component Information 
InfoValue
Component Typeorg.primefaces.component.Dialog
Handler ClassNone
Renderer Typeorg.primefaces.component.DialogRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
draggablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies draggability. Default is true.
resizablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies resizability. Default is true.
blockScrollfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to block scrolling of the document when dialog is modal.
visiblefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Sets dialogs visibility. Default is false.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Width of the dialog in pixels. Default is auto.
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Height of the dialog.
minWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum width of a resizable dialog. Default is unl.
minHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum height of a resizable dialog. Default is height of titlebar.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the dialog container.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the dialog container.
showEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use when showing the dialog.
hideEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use when hiding the dialog.
myfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the dialog relative to the target. Default is "center".
positionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines where the dialog should be displayed. Default is "center".
closablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if close icon should be displayed or not.
onShowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when dialog is displayed.
onHidefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when dialog is hidden.
appendTofalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Appends the dialog to the given search expression.
showHeaderfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies visibility of header content.
dynamicfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Dynamic mode allows dialog to fetch it's contents before it's shown rather than on page load which is useful to reduce initial page load times. Default is false.
minimizablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if dialog is minimizable or not. Default false.
maximizablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if dialog is maximizable or not. Default false.
closeOnEscapefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if dialog should close when escape key is pressed. Default is false.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
focusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines which component to focus.
fitViewportfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Dialog size might exceeed viewport if content is bigger than viewport in terms of height. fitViewport option automatically adjusts height to fit dialog within the viewport.
positionTypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines whether dialog will be kept in viewport on scroll (fixed) or keep its position (absolute). Default is fixed.
responsivefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
In responsive mode, dialog adjusts itself based on screen width.

Output generated by Vdldoc View Declaration Language Documentation Generator.