ICEfaces EE Composite Components
Tag dataPagerInfo


Easy Data Pager Info Composite Component

Features

How To Use

  1. Use an ice:dataTable
  2. Instead of typing out ice:dataPaginator with all the necessary child tags, use ice-cc:dataPagerInfo
  3. Use the 'forTable' attribute to bind the dataTable id to the composite component
  4. Note the previous 'for' attribute is deprecated.
  5. If you would like to customize the text, set the 'value' attribute

Example:
<ice-cc:dataPagerInfo forTable="users"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameDataPager Info Composite Component

Attributes
NameRequiredRequest-timeTypeDescription
forTabletruefalsejava.lang.ObjectAttribute to bind the dataPager to a dataTable by id.
forfalsefalsejava.lang.ObjectDEPRECATED attribute, use 'forTable' instead.
valuefalsefalsejava.lang.StringThe formatted text to display (default 'Results {0}-{1} of {2} (Page {3} of {4}'), where the following variables apply:
  1. first row index
  2. last row index
  3. row count
  4. current page index
  5. page count

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.