Interface HasAutocapitalize

All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable
All Known Implementing Classes:
AbstractNumberField, BigDecimalField, EmailField, IntegerField, NumberField, PasswordField, TextArea, TextField, TextFieldBase

public interface HasAutocapitalize extends com.vaadin.flow.component.HasElement
Mixin interface for fields with autocapitalize attribute.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of @{code autocapitalize} attribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Autocapitalize for indicating whether the value of this component can be automatically completed by the browser.
    default void
    Sets the Autocapitalize attribute for indicating whether the value of this component can be automatically completed by the browser.

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement