An icon that asynchronously refreshes the content of a specified control.
Children
Any. Children are displayed as the icon label (after the icon).
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.output.refresh.Icon |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.output.refresh.Icon |
Description | Refreshes the content of a specified control |
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 |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control label |
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 |
alt | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Text to display in place of image, when image cannot be viewed |
url | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| URL of (base) image source |
urlMousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| (optional) URL of image source to use when mouse is down over image |
urlMouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| (optional) URL of image source to use when mouse is up over image |
for | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id reference of control to refresh |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if control is grayed-out and un-modifiable |
Output generated by Vdldoc View Declaration Language Documentation Generator.