Class TextSearchDataProvider
java.lang.Object
org.hippoecm.frontend.plugins.standards.search.TextSearchDataProvider
- All Implemented Interfaces:
Serializable
,org.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
public class TextSearchDataProvider
extends Object
implements org.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
- See Also:
-
Constructor Summary
ConstructorDescriptionTextSearchDataProvider
(org.apache.wicket.model.IModel<BrowserSearchResult> bsrModel) -
Method Summary
Modifier and TypeMethodDescriptionvoid
detach()
Iterator<? extends TextSearchMatch>
iterator
(long first, long count) org.apache.wicket.model.IModel<TextSearchMatch>
model
(TextSearchMatch object) long
size()
-
Constructor Details
-
TextSearchDataProvider
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
-
model
- Specified by:
model
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
-
size
public long size()- Specified by:
size
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
-
detach
public void detach()- Specified by:
detach
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<TextSearchMatch>
- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
-