liferay-ui

Tag ice-nav-data-paginator

  • Description:
    Deprecated. No replacement available. The liferay-ui:ice-info-data-paginator encapsulates an ICEfaces ice:dataPaginator tag that renders navigation controls for an associated ice:dataTable. The icons will match the current Liferay theme.
  • Since:
    3.2.4
Component Information 
InfoValue
Component TypeFacelet Composite Component
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
renderedfalsejavax.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.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The identifier of the component.
cssClassfalsejavax.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).
fastForwardIconRenderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not the "Fast Forward" button/icon is rendered. The default value is "false".
fastForwardLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label that will appear on the "fast forward" button/icon.
fastRewindIconRenderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not the "Fast Rewind" button/icon is rendered. The default value is "false".
fastRewindLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label that will appear on the "fast rewind" button/icon.
firstIconRenderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not the "First" button/icon is rendered. The default value is "true".
firstLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label that will appear on the "first" button/icon.
fortruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the value of an id attribute for an ice:dataTable tag.
lastLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label that will appear on the "last" button/icon.
lastIconRenderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not the "Last" button/icon is rendered. The default value is "true".
paginatorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not the page number links will be rendered. This is a pass-through attribute for the encapsulated ice:dataPaginator. The default value is "true".
paginatorMaxPagesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The maximum amount of pages to be displayed in the paginator. This is a pass-through attribute for the encapsulated ice:dataPaginator. The default value is 7.
previousIconRenderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not the "Previous" button/icon is rendered. The default value is "true".
previousLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label that will appear on the "previous" button/icon.
nextIconRenderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not the "Next" button/icon is rendered. The default value is "true".
nextLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label that will appear on the "next" button/icon.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This is an HTML pass-thru type of attribute.
styleClassfalsejavax.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.