C - Concrete configurator typepublic interface HasAutocapitalizeConfigurator<C extends HasAutocapitalizeConfigurator<C>>
HasAutocapitalize type components.| Modifier and Type | Method and Description |
|---|---|
C |
autocapitalize(com.vaadin.flow.component.textfield.Autocapitalize autocapitalize)
Sets the
Autocapitalize attribute for indicating whether the value of this component can be automatically
completed by the browser. |
C autocapitalize(com.vaadin.flow.component.textfield.Autocapitalize autocapitalize)
Autocapitalize attribute for indicating whether the value of this component can be automatically
completed by the browser.
If not set, devices may apply their own default.
autocapitalize - the Autocapitalize value, or null to unsetCopyright © 2019 The Holon Platform. All rights reserved.