M - Model object typepublic class SimpleSortableListDataProvider<M> extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<M,String>
LoadableDetachableSortableListDataProvider but use directly object in list (without reload from data
base)| Constructor and Description |
|---|
SimpleSortableListDataProvider(List<M> list,
Locale locale)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<M> |
getList()
list getter
|
Iterator<M> |
iterator(long first,
long count) |
org.apache.wicket.model.IModel<M> |
model(M object) |
void |
setList(List<M> list)
list setter
|
long |
size() |
Copyright © 2009–2014 IRD. All rights reserved.