Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Dialog which user may ignore or interact with laterInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.panel.ModelessDialog |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.panel.ModelessDialog |
Description | Dialog which user may ignore or interact with later |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
defaultCommand | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of default command control |
defaultFocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of control to focus initially |
disableWhenHidden | false | javax.el.ValueExpression
(must evaluate to boolean )
| Disables input controls when panel is hidden, preventing the input controls from submitting |
lazy | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if panel loads content asynchronously on demand |
refreshOnShow | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to refresh content every time panel is toggled visible. Ignored if Lazy Load is false. |
twoPass | false | javax.el.ValueExpression
(must evaluate to boolean )
| Render initial content asynchronously. Ignored if Lazy Load is false. |
suppressInputs | false | javax.el.ValueExpression
(must evaluate to java.util.Collection )
| Ids of controls on which to disallow update processing while handling asynchronous requests |
progressDelay | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Milliseconds to wait before showing progress dialog |
progressFlashOnComplete | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if panel should flash when asynchronous loading has completed |
progressMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Progress dialog message; defaults to a localized message, in English "Loading..." |
progressUseHideShowEffect | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if progress dialog should use panel's hide and show effects; false if progress dialog shouldn't use default effects |
Output generated by Vdldoc View Declaration Language Documentation Generator.