Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Panel that displays a progress indicatorInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.panel.ProgressBar |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.panel.ProgressBar |
Description | Panel that displays a progress indicator |
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 |
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 |
visible | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if initially visible |
showWorkMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| True if the progress message text should be visible |
percentComplete | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| A number between 0 and 100 |
workMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Text describing what is currently in progress |
Output generated by Vdldoc View Declaration Language Documentation Generator.