public class TextSearchDataProvider extends Object implements org.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
Constructor and Description |
---|
TextSearchDataProvider(org.apache.wicket.model.IModel<BrowserSearchResult> bsrModel) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
Iterator<? extends TextSearchMatch> |
iterator(long first,
long count) |
org.apache.wicket.model.IModel<TextSearchMatch> |
model(TextSearchMatch object) |
long |
size() |
public TextSearchDataProvider(org.apache.wicket.model.IModel<BrowserSearchResult> bsrModel)
public Iterator<? extends TextSearchMatch> iterator(long first, long count)
iterator
in interface org.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
public org.apache.wicket.model.IModel<TextSearchMatch> model(TextSearchMatch object)
model
in interface org.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
public long size()
size
in interface org.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.