public class TypeaheadConfig extends AbstractConfig
Typeahead configurationAbstractConfig.IKey<T>| Constructor and Description |
|---|
TypeaheadConfig() |
| Modifier and Type | Method and Description |
|---|---|
TypeaheadConfig |
withDataSource(IDataSource<?> value)
The data source to query against.
|
TypeaheadConfig |
withMinLength(int value)
The minimum character length needed before triggering autocomplete suggestions
|
TypeaheadConfig |
withNumberOfItems(int value)
The max number of items to display in the dropdown.
|
all, getString, isEmpty, newKey, put, remove, toJsonString, wrappublic TypeaheadConfig withNumberOfItems(int value)
value - mandatory parameterpublic TypeaheadConfig withDataSource(IDataSource<?> value)
value - mandatory parameterpublic TypeaheadConfig withMinLength(int value)
value - mandatory parameterCopyright © 2013 agilecoders.de. All Rights Reserved.