| Package | Description |
|---|---|
| org.wicketstuff.select2 |
| Modifier and Type | Method and Description |
|---|---|
<Z extends 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2017. All rights reserved.