Uses of Enum Class
com.vaadin.flow.component.textfield.Autocapitalize
Packages that use Autocapitalize
-
Uses of Autocapitalize in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return AutocapitalizeModifier and TypeMethodDescriptiondefault AutocapitalizeHasAutocapitalize.getAutocapitalize()Gets theAutocapitalizefor indicating whether the value of this component can be automatically completed by the browser.static AutocapitalizeReturns the enum constant of this class with the specified name.static Autocapitalize[]Autocapitalize.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.textfield with parameters of type AutocapitalizeModifier and TypeMethodDescriptiondefault voidHasAutocapitalize.setAutocapitalize(Autocapitalize autocapitalize) Sets theAutocapitalizeattribute for indicating whether the value of this component can be automatically completed by the browser.