public class SortablePrefixDataProvider extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<Prefix>
Constructor and Description |
---|
SortablePrefixDataProvider(PrefixDao dao) |
SortablePrefixDataProvider(PrefixDao dao,
String defaultSortColumnName) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
Iterator<Prefix> |
iterator(int first,
int count)
Returns an iterator over the represented collection of URI prefixes.
|
org.apache.wicket.model.IModel<Prefix> |
model(Prefix object)
Returns the given URI prefix encapsulated into a loadable-detachable
model.
|
int |
size()
Returns the size of the represented collection of URI prefixes.
|
public SortablePrefixDataProvider(PrefixDao dao)
dao
- public void detach()
detach
in interface org.apache.wicket.model.IDetachable
detach
in class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<Prefix>
public Iterator<Prefix> iterator(int first, int count)
public int size()
Copyright © 2013. All Rights Reserved.