C - Concrete configurator typepublic interface HasAutocompleteConfigurator<C extends HasAutocompleteConfigurator<C>>
HasAutocomplete type components.| Modifier and Type | Method and Description |
|---|---|
C |
autocomplete(com.vaadin.flow.component.textfield.Autocomplete autocomplete)
Sets the
Autocomplete attribute for indicating whether the value of this component can be automatically
completed by the browser. |
C autocomplete(com.vaadin.flow.component.textfield.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.
autocomplete - the Autocomplete value, or null to unsetCopyright © 2019 The Holon Platform. All rights reserved.