o
Tag dataTablePaginator


The dataTablePaginator component allows the user to see the current page of the table records and jump from it to any other. The component displays the total number of pages, the number of the current page, a text field to type in the number of the page to go to, and a set of the Previous, Next, First and Last images to navigate between the pages. It should be placed within the dataTable component, inside any of its facets.


Tag Information
Tag Classorg.openfaces.taglib.jsp.table.DataTablePaginatorJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.table.DataTablePaginator)
onlynullA value-binding expression that associates the component with a backing bean property.
firstDisabledImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render a disabled First image button.
firstImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the First image button.
firstTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Go to first page"Text that is displayed in the tooltip for the First image button.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
lastDisabledImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render a disabled Last image button.
lastImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the Last image button.
lastTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Go to last page"Text that is displayed in the tooltip for the Last image button.
nextDisabledImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render a disabled Next image button.
nextImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the Next image button.
nextTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Go to next page"Text that is displayed in the tooltip for the Next image button.
pageCountPrepositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"of"The text that separates the text field and the total number of pages.
pageNumberFieldClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the text field for entering a page number.
pageNumberFieldStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the text field for entering a page number.
pageNumberPrefixfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Page"The text that precedes the page number field.
previousDisabledImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render a disabled Previous image button.
previousImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the Previous image button.
previousTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Go to previous page"Text that is displayed in the tooltip for the Previous image button.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the component is visible.
showDisabledImagesfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not to show disabled images.
showIfOnePagefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not to show the DataTablePaginator component if all the records provided by the "value" attribute fit into one page.
showPageCountfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not to show the total number of pages.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the DataTablePaginator component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the DataTablePaginator component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.