Interface FluentHasPrefix<S extends FluentHasPrefix<S>>

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

public interface FluentHasPrefix<S extends FluentHasPrefix<S>> extends com.vaadin.flow.component.shared.HasPrefix
  • Method Summary

    Modifier and Type
    Method
    Description
    default S
    withPrefixComponent(com.vaadin.flow.component.Component component)
     

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

    getElement

    Methods inherited from interface com.vaadin.flow.component.shared.HasPrefix

    getPrefixComponent, setPrefixComponent
  • Method Details

    • withPrefixComponent

      default S withPrefixComponent(com.vaadin.flow.component.Component component)