public interface HasAutocomplete extends HasElement
autocomplete attribute.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTOCOMPLETE_ATTRIBUTE
Name of @{code autocomplete} attribute.
|
| Modifier and Type | Method and Description |
|---|---|
default Autocomplete |
getAutocomplete()
Gets the
Autocomplete option of the field. |
default void |
setAutocomplete(Autocomplete autocomplete)
Sets the
Autocomplete attribute for indicating whether the value
of this component can be automatically completed by the browser. |
getElementstatic final String AUTOCOMPLETE_ATTRIBUTE
default void setAutocomplete(Autocomplete autocomplete)
Autocomplete attribute for indicating whether the value
of this component can be automatically completed by the browser.
If not set, devices may apply their own defaults.
See autocomplete attribute for more information.
autocomplete - the autocomplete value, or null to unsetdefault Autocomplete getAutocomplete()
Autocomplete option of the field.autocomplete value, or null if not setCopyright © 2025. All rights reserved.