Interface FluentHasPrefixAndSuffix<S extends FluentHasPrefixAndSuffix<S>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withPrefixComponent​(com.vaadin.flow.component.Component component)  
      default S withSuffixComponent​(com.vaadin.flow.component.Component component)  
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix

        getPrefixComponent, getSuffixComponent, setPrefixComponent, setSuffixComponent
    • Method Detail

      • withPrefixComponent

        default S withPrefixComponent​(com.vaadin.flow.component.Component component)
      • withSuffixComponent

        default S withSuffixComponent​(com.vaadin.flow.component.Component component)