org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.table
Class TableUtils

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.table.TableUtils

public final class TableUtils
extends java.lang.Object


Nested Class Summary
static class TableUtils.RowLoop
          implements a loop that loops through all the rows in the visible range
 
Method Summary
static int getVisibleRowCount(org.apache.myfaces.trinidad.component.CollectionComponent table)
          gets the number of visible rows in the table, taking the range start and range size into account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVisibleRowCount

public static int getVisibleRowCount(org.apache.myfaces.trinidad.component.CollectionComponent table)
gets the number of visible rows in the table, taking the range start and range size into account.

Parameters:
table -
Returns:


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.