Data Total - caf_h:dataTotal

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.table.DataTotal
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.table.DataTotal
Description Displays table total and page state
Palette LocationCAF Html/Control/Table/Data Total
Client-Side ModelCAF.DataTotal.Model
Attributes 
NameRequiredTypeDescription
atEndMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Displays when table is at the last row; defaults to "'{0}' of '{2}'" (100 of 100)
beyondEndMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Displays when table is beyond the last row; defaults to "Beyond End of Data"
changePageSizefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow user to change number of rows per page

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

emptyMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Displays when table is empty; defaults to "Empty"
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Table to which this applies
idfalsejava.lang.String Control identifier
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

standardMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Standard message to display; defaults to "'{0}' - '{1}' of '{2}'" (1 - 10 of 100)
unknownTotalMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Displays when the total number of rows in the table is unknown; defaults to "'{0}' - '{1}'" (1 - 10)

Output generated by Vdldoc View Declaration Language Documentation Generator.