Class QueryResultModel
java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<QueryResult>
org.hippoecm.frontend.plugins.standards.search.QueryResultModel
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<QueryResult>
,org.apache.wicket.util.io.IClusterable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, of, onAttach, onDetach, setObject, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Field Details
-
LIMIT
public static final int LIMIT- See Also:
-
-
Constructor Details
-
QueryResultModel
-
-
Method Details
-
load
- Specified by:
load
in classorg.apache.wicket.model.LoadableDetachableModel<QueryResult>
-