| Package | Description |
|---|---|
| de.agilecoders.wicket.extensions.markup.html.bootstrap.form.typeaheadV10 |
| Modifier and Type | Method and Description |
|---|---|
DataSet<T>[] |
TypeaheadConfig.getDatasets() |
DataSet |
DataSet.withDisplayKey(String displayKey) |
DataSet |
DataSet.withName(String name) |
DataSet |
DataSet.withSource(Source<T> source) |
DataSet |
DataSet.withTemplates(Map<String,String> templates) |
| Constructor and Description |
|---|
TypeaheadConfig(DataSet<T> firstSet,
DataSet<T>... datasets) |
TypeaheadConfig(DataSet<T> firstSet,
DataSet<T>... datasets) |
Copyright © 2011–2014 AgileCoders. All rights reserved.