Interface FluentHasAutocorrect<S extends com.vaadin.flow.component.textfield.HasAutocorrect>

    • Field Summary

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

        AUTOCORRECT_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withAutocorrect​(boolean autocorrect)  
      • Methods inherited from interface com.vaadin.flow.component.textfield.HasAutocorrect

        isAutocorrect, setAutocorrect
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
    • Method Detail

      • withAutocorrect

        default S withAutocorrect​(boolean autocorrect)