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

All Superinterfaces:
com.vaadin.flow.component.textfield.HasAutocorrect, com.vaadin.flow.component.HasElement, Serializable
All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
All Known Implementing Classes:
VBigDecimalField, VEmailField, VIntegerField, VNumberField, VPasswordField, VTextArea, VTextField

public interface FluentHasAutocorrect<S extends com.vaadin.flow.component.textfield.HasAutocorrect> extends com.vaadin.flow.component.textfield.HasAutocorrect
  • Field Summary

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

    AUTOCORRECT_ATTRIBUTE
  • Method Summary

    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 Details

    • withAutocorrect

      default S withAutocorrect(boolean autocorrect)