Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.AUIDialog |
Handler Class | None |
Renderer Type | com.liferay.faces.alloy.renderkit.DialogRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
bodyContent | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The body of the dialog box. |
centered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be centered in the view. The default value is false. |
close | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the close icon will be displayed on the dialog header. The default value is true. |
constrain2view | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the dialog will be constrained to the boundaries of the viewport region. The default value is true. |
destroyOnClose | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the dialog will invoke the destroy method when the dialog is closed. The default value is false. |
draggable | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the dialog will be draggable. The default value is true. |
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The height of the dialog. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
modal | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the dialog will be modal. The default value is false. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true . |
resizable | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the dialog will be resizable. The default value is true. |
stack | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the dialog will be resizable. The default value is true. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Boolean flag indicating whether or not the dialog will have stacking abilities. The default value is true. |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The width of the dialog. |
Output generated by Vdldoc View Declaration Language Documentation Generator.