|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| org.wicketstuff.select2 | |
| Uses of Response in org.wicketstuff.select2 |
|---|
| Methods in org.wicketstuff.select2 that return Response | ||
|---|---|---|
|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||