org.tynamo.internal.services
Class EmptyGridDataSource

java.lang.Object
  extended by org.tynamo.internal.services.EmptyGridDataSource
All Implemented Interfaces:
org.apache.tapestry5.grid.GridDataSource

public class EmptyGridDataSource
extends Object
implements org.apache.tapestry5.grid.GridDataSource


Constructor Summary
EmptyGridDataSource(Class beanType)
           
 
Method Summary
 int getAvailableRows()
           
 Class getRowType()
           
 Object getRowValue(int index)
           
 void prepare(int startIndex, int endIndex, List<org.apache.tapestry5.grid.SortConstraint> sortConstraints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyGridDataSource

public EmptyGridDataSource(Class beanType)
Method Detail

getAvailableRows

public int getAvailableRows()
Specified by:
getAvailableRows in interface org.apache.tapestry5.grid.GridDataSource

prepare

public void prepare(int startIndex,
                    int endIndex,
                    List<org.apache.tapestry5.grid.SortConstraint> sortConstraints)
Specified by:
prepare in interface org.apache.tapestry5.grid.GridDataSource

getRowValue

public Object getRowValue(int index)
Specified by:
getRowValue in interface org.apache.tapestry5.grid.GridDataSource

getRowType

public Class getRowType()
Specified by:
getRowType in interface org.apache.tapestry5.grid.GridDataSource


Copyright © 2004-2012. All Rights Reserved.