public class TestEntitySortableDataProvider extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<TestEntity,javax.persistence.metamodel.SingularAttribute<? super TestEntity,?>>
| Constructor and Description |
|---|
TestEntitySortableDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends TestEntity> |
iterator(long first,
long count) |
org.apache.wicket.model.IModel<TestEntity> |
model(TestEntity testEntity) |
long |
size() |
public Iterator<? extends TestEntity> iterator(long first, long count)
public long size()
public org.apache.wicket.model.IModel<TestEntity> model(TestEntity testEntity)
Copyright © 2012. All Rights Reserved.