Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Progress bar that overlays another control when toggled visibleInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.panel.ProgressDialog |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.panel.ProgressDialog |
Description | Progress bar that overlays another control when toggled visible |
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 |
hideEffect | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of custom script.aculo.us hide effect |
hideEffectOptions | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Additional options for custom script.aculo.us hide effect |
showEffect | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of custom script.aculo.us show effect |
showEffectOptions | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Additional options for custom script.aculo.us show effect |
message | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display in dialog (defaults to 'Processing...') |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ID of control to overlay |
centered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if content centered within panel |
opacity | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| Opacity of panel when visible, from 0.0 (completely transparent) to 1.0 (completely opaque) |
Output generated by Vdldoc View Declaration Language Documentation Generator.