| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.form |
| Modifier and Type | Method and Description |
|---|---|
TypeaheadConfig |
TypeaheadConfig.withDataSource(IDataSource<?> value)
The data source to query against.
|
TypeaheadConfig |
TypeaheadConfig.withMinLength(int value)
The minimum character length needed before triggering autocomplete suggestions
|
TypeaheadConfig |
TypeaheadConfig.withNumberOfItems(int value)
The max number of items to display in the dropdown.
|
| Constructor and Description |
|---|
Typeahead(String markupId,
IDataSource<T> dataSource,
TypeaheadConfig config)
Construct.
|
Typeahead(String markupId,
org.apache.wicket.model.IModel<T> model,
IDataSource<T> dataSource,
TypeaheadConfig config)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.