Listbox - caf_h:dataListbox

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.list.Listbox
Handler Classcom.webmethods.caf.faces.component.table.html.DataListHandler
Renderer Typecom.webmethods.caf.faces.list.Listbox
Description Displays data model as a listbox
Palette LocationCAF Html/Control/List/Listbox
Client-Side ModelCAF.List.Model
Attributes 
NameRequiredTypeDescription
customRowClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Binding expression that specifies a custom CSS class name to add to the current row
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".

filterfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Filter expression
filterParamNamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of request parameter that specifies table's filter expression
firsttruejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of first item in model to display (zero-based)

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

firstParamNamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of request parameter that specifies table's first row
idfalsejava.lang.String Control identifier
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

rowClassesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A comma separated list of CSS classes for the table rows. The classes are used for the <tr> elements in the order they are listed, repeating the list over all rows in the table.
rowHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Row height in pixels (ex '20px') or ems (ex '2em')
rowstruejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of rows to display per page
rowsParamNamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of request parameter that specifies number of rows for the table to display
selectedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if control is displayed as selected (use an expression to select/unselect on a per-row basis)

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

selectedRowClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for selected rows
sizefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Height in lines
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]
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
valuetruejava.lang.String Data model
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of variable reference to the current row object
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Pre-defined input width

Valid values are:

  • input2
  • input4
  • input6
  • input8
  • input10
  • input20
  • input30
  • input40
  • input50
  • input100

Output generated by Vdldoc View Declaration Language Documentation Generator.