public class SampleRowDataSource extends AbstractMappedGridDataSource<String,SampleRow>
| Modifier and Type | Field and Description |
|---|---|
protected SamplingFilter |
filter |
protected ServiceSampling |
serviceSampling |
| Constructor and Description |
|---|
SampleRowDataSource(SamplingFilter filter,
ServiceSampling serviceSampling) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
count() |
protected Map<String,SampleRow> |
execute(int startIndex,
int endIndex,
org.apache.tapestry5.grid.SortConstraint orderBy) |
Class<?> |
getRowType() |
contains, get, getAvailableRows, getRowValue, getSortConstraint, prepare, valuesprotected SamplingFilter filter
protected ServiceSampling serviceSampling
public SampleRowDataSource(SamplingFilter filter, ServiceSampling serviceSampling)
protected Map<String,SampleRow> execute(int startIndex, int endIndex, org.apache.tapestry5.grid.SortConstraint orderBy) throws WaoException
execute in class AbstractMappedGridDataSource<String,SampleRow>WaoExceptionprotected int count()
throws WaoException
count in class AbstractMappedGridDataSource<String,SampleRow>WaoExceptionpublic Class<?> getRowType()
getRowType in interface org.apache.tapestry5.grid.GridDataSourcegetRowType in class AbstractMappedGridDataSource<String,SampleRow>Copyright © 2009-2012 Ifremer. All Rights Reserved.