| Package | Description |
|---|---|
| de.agilecoders.wicket.extensions.markup.html.bootstrap.form.typeahead |
| Modifier and Type | Method and Description |
|---|---|
Remote |
Dataset.getRemote() |
Remote |
Remote.withBeforeSend(de.agilecoders.wicket.jquery.util.Json.RawValue beforeSend)
A pre-request callback with the signature beforeSend(jqXhr, settings).
|
Remote |
Remote.withFilter(de.agilecoders.wicket.jquery.util.Json.RawValue filter)
A function with the signature filter(parsedResponse) that transforms the response body into an array of datums.
|
Remote |
Remote.withMaxParallelRequests(int maxParallelRequests)
The max number of parallel requests typeahead.js can have pending.
|
Remote |
Remote.withRateLimit(Remote.RateLimit rateLimit)
A URL to make requests to when when the data provided by local and prefetch is insufficient.
|
Remote |
Remote.withReplace(de.agilecoders.wicket.jquery.util.Json.RawValue replace)
A function with the signature replace(url, uriEncodedQuery) that can be used to override the request URL.
|
Remote |
Remote.withUrl(CharSequence url)
A URL to make requests to when when the data provided by local and prefetch is insufficient.
|
Remote |
Remote.withWildcard(String wildcard)
A URL to make requests to when when the data provided by local and prefetch is insufficient.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.withRemote(Remote remote)
Can be a URL to fetch suggestions from when the data provided by local and prefetch is insufficient or, if more configurability is needed, a remote options object.
|
Copyright © 2011–2014 AgileCoders. All rights reserved.