Remove Row Icon - caf_h:dataRemoveRowIcon

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.table.RemoveRowIcon
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.table.RemoveRowIcon
Description Removes a row from a table
Palette LocationCAF Html/Control/Table/Table Row Tools/Remove Row Icon
Client-Side ModelCAF.Link.Model
Attributes 
NameRequiredTypeDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Keyboard shortcut letter
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text to display in place of image, when image cannot be viewed
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
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Table for which to remove a row
idfalsejava.lang.String Control identifier
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Control label
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
removeLastRowfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to enable Remove when only one row is left

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

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

rowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id or index of row to remove

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

Valid values are:

  • _this
  • _next
  • _selected
  • _first
  • _last
  • [any_other_value]
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.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
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

Output generated by Vdldoc View Declaration Language Documentation Generator.