Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Icon that invokes an action via asynchronous requestInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.command.async.Icon |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.command.async.Icon |
Description | Icon that invokes an action via asynchronous request |
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 |
refresh | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of control to refresh (defaults to entire form) or "_none" to refresh nothing; separate multiple control ids with commas |
toggle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of control to toggle; separate multiple control ids with commas |
action | false | javax.el.MethodExpression
(signature must match java.lang.String action() )
| Action method binding |
actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| Action listener method binding |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to process action listeners in the Apply Request Values phase; false to process in the Invoke Application phase |
forms | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of form to submit (defaults to entire form); separate multiple control ids with commas |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Control value |
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 |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "title" attribute value (often displayed as a tooltip) |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the directionality of the flow of the content for the current element |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the language of the enclosed content |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onclick" event handler |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "ondblclick" event handler |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onmousedown" event handler |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onmouseup" event handler |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onmousemove" event handler |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onmouseover" event handler |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onmouseout" event handler |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onkeypress" event handler |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onkeydown" event handler |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onkeyup" event handler |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onfocus" event handler |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript "onblur" event handler |
charset | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The character encoding of the resource designated by this hyperlink |
coords | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The position and shape of the hot spot on the screen (for use in client-side image maps) |
hreflang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The language code of the resource designated by this hyperlink |
rel | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The relationship from the current document to the anchor specified by this hyperlink. The value of this attribute is a space-separated list of link types |
rev | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A reverse link from the anchor specified by this hyperlink to the current document. The value of this attribute is a space-separated list of link types. |
shape | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The shape of the hot spot on the screen (for use in client-side image maps) |
target | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of a frame where the resource retrieved via this hyperlink is to be displayed |
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The content type of the resource designated by this hyperlink |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Keyboard shortcut letter |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Order in tab (key) sequence, from 1 to n. Zero adds control to tab sequence, negative integer removes control. |
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 |
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.