Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Displays table total selected rowsInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.table.DataTotalSelected |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.table.DataTotalSelected |
Description | Displays table total selected rows |
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}' selected" (10 selected) |
allMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when all items are selected, but the total number of items is not known; defaults to "All selected" |
unknownTotalMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when all items except for a few are selected, but the total number of items is not known; defaults to "All but '{0}' selected" (All but 10 selected) |
Output generated by Vdldoc View Declaration Language Documentation Generator.