| Package | Description |
|---|---|
| de.agilecoders.wicket.extensions.markup.html.bootstrap.form.typeaheadV10 |
| Modifier and Type | Method and Description |
|---|---|
static <T> TypeaheadConfig<T> |
TypeaheadConfig.forRemote(Bloodhound<T> bloodhound)
Convenience method for creating a typeahead.js remote
Bloodhound configuration |
TypeaheadConfig<T> |
TypeaheadConfig.withHighlight(boolean highlight) |
TypeaheadConfig<T> |
TypeaheadConfig.withHint(boolean hint) |
TypeaheadConfig<T> |
TypeaheadConfig.withMinLength(int minLength) |
TypeaheadConfig<T> |
TypeaheadConfig.withSelectEvent(boolean withSelectEvent) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.markup.head.OnDomReadyHeaderItem |
Typeahead.getDomReadyScript(TypeaheadConfig config) |
| Constructor and Description |
|---|
Typeahead(String id,
org.apache.wicket.model.IModel<T> model,
TypeaheadConfig config) |
Copyright © 2011–2014 AgileCoders. All rights reserved.