Uses of Class
org.hippoecm.frontend.plugins.standards.browse.BrowserSearchResult
-
Packages that use BrowserSearchResult Package Description org.hippoecm.frontend.plugins.standards.browse org.hippoecm.frontend.plugins.standards.list org.hippoecm.frontend.plugins.standards.search -
-
Uses of BrowserSearchResult in org.hippoecm.frontend.plugins.standards.browse
Constructors in org.hippoecm.frontend.plugins.standards.browse with parameters of type BrowserSearchResult Constructor Description BrowserSearchResultModel(BrowserSearchResult bsr)
-
Uses of BrowserSearchResult in org.hippoecm.frontend.plugins.standards.list
Constructor parameters in org.hippoecm.frontend.plugins.standards.list with type arguments of type BrowserSearchResult Constructor Description SearchDocumentsProvider(org.apache.wicket.model.IModel<BrowserSearchResult> model, Map<String,Comparator<Node>> comparators)
-
Uses of BrowserSearchResult in org.hippoecm.frontend.plugins.standards.search
Constructors in org.hippoecm.frontend.plugins.standards.search with parameters of type BrowserSearchResult Constructor Description TextSearchResultModel(String text, BrowserSearchResult bsr)
TextSearchResultModel(String text, BrowserSearchResult bsr, String[] scope)
Constructor parameters in org.hippoecm.frontend.plugins.standards.search with type arguments of type BrowserSearchResult Constructor Description TextSearchDataProvider(org.apache.wicket.model.IModel<BrowserSearchResult> bsrModel)
-