A button that asynchronously refreshes the content of a specified control.
The width
attribute specifies a pre-defined button width in characters, in the format buttonN
, where N is an integer from 2 to 20, inclusive.
Children
Any. Children are displayed as button label (after value of the label
attribute).
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.output.refresh.Button |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.output.refresh.Button |
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 |
for | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id reference of control to refresh |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Pre-defined button width |
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.