org.richfaces
Class DataScrollerUtils
java.lang.Object
org.richfaces.DataScrollerUtils
public final class DataScrollerUtils
- extends java.lang.Object
Method Summary |
protected static java.lang.Object |
eval(java.io.Serializable key,
javax.faces.component.UIComponent component,
java.lang.Object defaultValue)
|
protected static void |
findBelow(javax.faces.component.UIComponent component,
java.util.List<AbstractDataScroller> result)
|
static java.util.List<AbstractDataScroller> |
findDataScrollers(javax.faces.component.UIComponent dataTable)
|
static javax.faces.component.UIComponent |
findDataTable(AbstractDataScroller dataScroller)
|
static javax.faces.component.UIComponent |
findParentContainer(javax.faces.component.UIComponent component)
|
static int |
getPageCount(javax.faces.component.UIComponent data,
int rowCount,
int rows)
|
static int |
getRowCount(javax.faces.component.UIComponent component)
|
static int |
getRows(javax.faces.component.UIComponent component)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPageCount
public static int getPageCount(javax.faces.component.UIComponent data,
int rowCount,
int rows)
getRows
public static int getRows(javax.faces.component.UIComponent component)
getRowCount
public static int getRowCount(javax.faces.component.UIComponent component)
eval
protected static java.lang.Object eval(java.io.Serializable key,
javax.faces.component.UIComponent component,
java.lang.Object defaultValue)
findParentContainer
public static javax.faces.component.UIComponent findParentContainer(javax.faces.component.UIComponent component)
findDataTable
public static javax.faces.component.UIComponent findDataTable(AbstractDataScroller dataScroller)
findDataScrollers
public static java.util.List<AbstractDataScroller> findDataScrollers(javax.faces.component.UIComponent dataTable)
findBelow
protected static void findBelow(javax.faces.component.UIComponent component,
java.util.List<AbstractDataScroller> result)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.