Select Row Column - caf_h:columnSelectRow

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.table.SelectRowCheckbox
Handler Classcom.webmethods.caf.faces.component.DynamicControlHandler
Renderer Typecom.webmethods.caf.faces.table.SelectRowCheckbox
Description Column which contains checkboxes that select table rows
Palette LocationCAF Html/Control/Table/Table Row Tools/Select Row Column
Attributes 
NameRequiredTypeDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Keyboard shortcut letter
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if control is grayed-out (use an expression to enable/disable on a per-row basis)
idfalsejava.lang.String Control identifier
multiplefalsejavax.el.ValueExpression
(must evaluate to boolean)
True if multiple rows can be selected

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".

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.
valignfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Vertical alignment of column

Valid values are:

  • top
  • middle
  • bottom

Output generated by Vdldoc View Declaration Language Documentation Generator.