org.tynamo.internal.services
Class EmptyGridDataSource
java.lang.Object
org.tynamo.internal.services.EmptyGridDataSource
- All Implemented Interfaces:
- org.apache.tapestry5.grid.GridDataSource
public class EmptyGridDataSource
- extends Object
- implements org.apache.tapestry5.grid.GridDataSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyGridDataSource
public EmptyGridDataSource(Class beanType)
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.