ICEfaces EE Composite Components
Tag dataPager


Easy Data Pager Composite Component

Features

How To Use

  1. Create an ice:dataTable
  2. Instead of typing out ice:dataPaginator with all the necessary child tags, use ice-cc:dataPager
  3. Use the 'forTable' attribute to bind the dataTable id to the composite component
  4. Note the previous 'for' attribute is deprecated.
  5. Add optional attributes

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


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameData Pager Composite Component

Attributes
NameRequiredRequest-timeTypeDescription
forTabletruefalsejava.lang.ObjectAttribute to bind the dataPager to a dataTable by id.
forfalsefalsejava.lang.ObjectDEPRECATED attribute, use 'forTable' instead.
renderDataPagerfalsefalsejava.lang.BooleanWhether to render the dataPager
imageFirstfalsefalsejava.lang.StringPassed through to ice:dataPaginator
imageLastfalsefalsejava.lang.StringPassed through to ice:dataPaginator
imagePreviousfalsefalsejava.lang.StringPassed through to ice:dataPaginator
imageNextfalsefalsejava.lang.StringPassed through to ice:dataPaginator
imageFastNextfalsefalsejava.lang.StringPassed through to ice:dataPaginator
imageFastPrevfalsefalsejava.lang.StringPassed through to ice:dataPaginator
paginatorMaxPagesfalsefalsejava.lang.StringPassed through to ice:dataPaginator
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered
fastStepfalsefalsejava.lang.IntegerPassed through to ice:dataPaginator
paginatorMaxPagesfalsefalsejava.lang.IntegerPassed through to ice:dataPaginator

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.