Uses of Class
org.wicketstuff.select2.Response

Packages that use Response
org.wicketstuff.select2   
 

Uses of Response in org.wicketstuff.select2
 

Methods in org.wicketstuff.select2 that return Response
<Z extends T>
Response<T>
Response.add(Z choice)
          Adds a choice to the collection
 Response<T> Response.addAll(Collection<? extends T> choice)
          Adds choices to the collection
 Response<T> Response.setHasMore(Boolean more)
          Sets the more flag used to tell Select2 whether or not there are more results available.
 Response<T> Response.setResults(List<T> results)
          Sets the results collection.
 

Methods in org.wicketstuff.select2 with parameters of type Response
abstract  void ChoiceProvider.query(String term, int page, Response<T> response)
          Queries application for choices that match the search term and adds them to the response
 



Copyright © 2018. All rights reserved.