Async Iterator - caf_h:dataAsyncIterator

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.list.async.Raw
Handler Classcom.webmethods.caf.faces.component.table.html.DataListHandler
Renderer Typecom.webmethods.caf.faces.list.async.Raw
Description Iterates over a data model, paging asynchronously
Palette LocationCAF Html/Control/Logic/Async Iterator
Client-Side ModelCAF.List.Raw.Model
Attributes 
NameRequiredTypeDescription
bufferChunkfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Chunk size in rows to use when filling client-side cache buffer (0=don't chunk)

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

bufferMaxfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum buffer size in rows for client-side caching (0=no buffer)

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

bufferMinfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum buffer size in rows for client-side caching (0=no buffer)

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

clientSideCachefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to cache rows on the client

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
flashOnChangefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to flash rows that have changed

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

idfalsejava.lang.String Control identifier
progressDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Milliseconds to wait before showing progress dialog

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

progressMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Progress dialog message; defaults to a localized message, in English "Loading..."
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

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
suppressInputsfalsejavax.el.ValueExpression
(must evaluate to java.util.Collection)

WARNING: This property has been deprecated.

Ids of controls on which to disallow update processing while handling asynchronous requests

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

valuetruejava.lang.String Data model
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of variable reference to the current row object

Output generated by Vdldoc View Declaration Language Documentation Generator.