q
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 Classteamdev.jsf.taglib.DataTablePaginatorJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.datatable.DataTablePaginatoronlynullA value-binding expression that associates the component with a backing bean property.
firstDisabledImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render a disabled First image button.
firstImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render the First image button.
firstTextfalsejava.lang.Stringtrue"Go to first page"Text that is displayed in the tooltip for the First image button.
idfalsejava.lang.StringfalsenullThe component identifier.
lastDisabledImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render a disabled Last image button.
lastImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render the Last image button.
lastTextfalsejava.lang.Stringtrue"Go to last page"Text that is displayed in the tooltip for the Last image button.
nextDisabledImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render a disabled Next image button.
nextImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render the Next image button.
nextTextfalsejava.lang.Stringtrue"Go to next page"Text that is displayed in the tooltip for the Next image button.
pageCountPrepositionfalsejava.lang.Stringtrue"of"The text that separates the text field and the total number of pages.
pageNumberFieldClassfalsejava.lang.StringtruenullA CSS class name for the text field for entering a page number.
pageNumberFieldStylefalsejava.lang.StringtruenullA style for the text field for entering a page number.
pageNumberPrefixfalsejava.lang.Stringtrue"Page"The text that precedes the page number field.
previousDisabledImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render a disabled Previous image button.
previousImageUrlfalsejava.lang.StringtruenullURL to the image file that is used to render the Previous image button.
previousTextfalsejava.lang.Stringtrue"Go to previous page"Text that is displayed in the tooltip for the Previous image button.
renderedfalsebooleantruetrueA flag that indicates whether or not the component is visible.
showDisabledImagesfalsebooleantruetrueA flag that indicates whether or not to show disabled images.
showIfOnePagefalsebooleantruetrueA flag that indicates whether or not to show the DataTablePaginator component if all the records provided by the "value" attribute fit into one page.
showPageCountfalsebooleantruetrueA flag that indicates whether or not to show the total number of pages.
stylefalsejava.lang.StringtruenullA style for the DataTablePaginator component.
styleClassfalsejava.lang.StringtruenullA 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.