Package | Description |
---|---|
com.vaadin.flow.component.textfield |
Modifier and Type | Method and Description |
---|---|
default Autocomplete |
HasAutocomplete.getAutocomplete()
Gets the
Autocomplete option of the field. |
static Autocomplete |
Autocomplete.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Autocomplete[] |
Autocomplete.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
HasAutocomplete.setAutocomplete(Autocomplete autocomplete)
Sets the
Autocomplete attribute for indicating whether the value
of this component can be automatically completed by the browser. |
Copyright © 2020. All rights reserved.