Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Displays table total and page stateInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.table.DataTotal |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.table.DataTotal |
Description | Displays table total and page state |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Table to which this applies |
standardMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Standard message to display; defaults to "'{0}' - '{1}' of '{2}'" (1 - 10 of 100) |
emptyMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Displays when table is empty; defaults to "Empty" |
atEndMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Displays when table is at the last row; defaults to "'{0}' of '{2}'" (100 of 100) |
beyondEndMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Displays when table is beyond the last row; defaults to "Beyond End of Data" |
unknownTotalMsg | false | javax.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) |
changePageSize | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to allow user to change number of rows per page |
Output generated by Vdldoc View Declaration Language Documentation Generator.