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

public class QueryResultModel extends org.apache.wicket.model.LoadableDetachableModel<QueryResult>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    QueryResultModel(String query, int limit)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected QueryResult
     

    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

  • Constructor Details

    • QueryResultModel

      public QueryResultModel(String query, int limit)
  • Method Details

    • load

      protected QueryResult load()
      Specified by:
      load in class org.apache.wicket.model.LoadableDetachableModel<QueryResult>