| Package | Description |
|---|---|
| de.agilecoders.wicket.extensions.markup.html.bootstrap.form.typeahead |
| Modifier and Type | Method and Description |
|---|---|
Prefetch |
Prefetch.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.
|
Prefetch |
Prefetch.withTtl(long ttl)
The time (in milliseconds) the prefetched data should be cached in localStorage.
|
Prefetch |
Prefetch.withUrl(CharSequence url)
A URL to a JSON file containing an array of datums.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.withPrefetch(Prefetch prefetch)
Prefetched data is fetched and processed on initialization.
|
Copyright © 2011–2014 AgileCoders. All rights reserved.