public class AutocompleteTextFieldExtensionState
extends com.vaadin.shared.JavaScriptExtensionState
SharedState
of the AutocompleteTextFieldExtension
.AutocompleteTextFieldExtension
,
Serialized FormModifier and Type | Field and Description |
---|---|
int |
delay
The delay in milliseconds between when a keystroke occurs and when a
search is performed.
|
boolean |
itemAsHtml
Item contains safe html.
|
List<String> |
menuStyleNames
Custom class/es that get/s added to the dropdown menu container.
|
int |
minChars
Minimum number of characters (>=1) a user must type before a search is
performed.
|
ScrollBehavior |
scrollBehavior
What to do when the page is scrolled by the user.
|
boolean |
typeSearch
Is input type is
"search" . |
Constructor and Description |
---|
AutocompleteTextFieldExtensionState() |
public boolean itemAsHtml
public int minChars
public int delay
public List<String> menuStyleNames
public ScrollBehavior scrollBehavior
public boolean typeSearch
"search"
.Copyright © 2017 Max Schuster. All Rights Reserved.