liferay-ui:ice-info-data-paginator
encapsulates an ICEfaces ice:dataPaginator tag that renders pagination information for an associated ice:dataTable
. The navigation information will match the internationalized Liferay "showing-x-x-of-x-results" message.Info | Value |
---|---|
Component Type | Facelet Composite Component |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true. |
cssClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute (same as styleClass). |
for | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Corresponds to the value of an id attribute for an ice:dataTable tag. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This is an HTML pass-thru type of attribute. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute. |
Output generated by Vdldoc View Declaration Language Documentation Generator.