Interface FluentHasAutocapitalize<S extends com.vaadin.flow.component.textfield.HasAutocapitalize>

    • Field Summary

      • Fields inherited from interface com.vaadin.flow.component.textfield.HasAutocapitalize

        AUTOCAPITALIZE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withAutocapitalize​(com.vaadin.flow.component.textfield.Autocapitalize autocapitalize)  
      • Methods inherited from interface com.vaadin.flow.component.textfield.HasAutocapitalize

        getAutocapitalize, setAutocapitalize
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
    • Method Detail

      • withAutocapitalize

        default S withAutocapitalize​(com.vaadin.flow.component.textfield.Autocapitalize autocapitalize)