Uses of Class
org.wicketstuff.select2.Response
Packages that use Response
-
Uses of Response in org.wicketstuff.select2
Methods in org.wicketstuff.select2 that return ResponseModifier and TypeMethodDescriptionResponse.add(Z choice) Adds a choice to the collectionResponse.addAll(Collection<? extends T> choice) Adds choices to the collectionResponse.setHasMore(Boolean more) Sets themoreflag used to tell Select2 whether or not there are more results available.Response.setResults(List<T> results) Sets the results collection.Methods in org.wicketstuff.select2 with parameters of type Response