Command Icon - caf_h:commandIcon

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.command.Icon
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.command.Icon
Description Icon that executes an action
Palette LocationCAF Html/Control/Command/Command Icon
Client-Side ModelCAF.Command.Model
Attributes 
NameRequiredTypeDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Keyboard shortcut letter
actionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
Action method binding
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
Action listener method binding
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text to display in place of image, when image cannot be viewed
charsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The character encoding of the resource designated by this hyperlink
coordsfalsejavax.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)
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • LTR
  • RTL
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if control is grayed-out and un-modifiable

If not specified, the default value is "false".

formsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of form to submit (defaults to entire form); separate multiple control ids with commas
hreflangfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The language code of the resource designated by this hyperlink
idfalsejava.lang.String Control identifier
immediatefalsejavax.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

If not specified, the default value is "false".

langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onblur" event handler
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onclick" event handler
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "ondblclick" event handler
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onfocus" event handler
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeydown" event handler
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeypress" event handler
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeyup" event handler
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousedown" event handler
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousemove" event handler
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseout" event handler
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseover" event handler
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseup" event handler
relfalsejavax.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
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

revfalsejavax.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.
shapefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The shape of the hot spot on the screen (for use in client-side image maps)

Valid values are:

  • default
  • rect
  • circle
  • poly
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
tabindexfalsejavax.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.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of a frame where the resource retrieved via this hyperlink is to be displayed

Valid values are:

  • _blank
  • _self
  • _parent
  • _top
  • [any_other_value]
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The content type of the resource designated by this hyperlink
urlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of (base) image source
urlMousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
(optional) URL of image source to use when mouse is down over image
urlMouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
(optional) URL of image source to use when mouse is up over image
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Control value

Output generated by Vdldoc View Declaration Language Documentation Generator.