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