Interface FluentHasLabel<S extends FluentHasLabel<S>>

    • Method Summary

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

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasLabel

        getLabel, setLabel
    • Method Detail

      • withLabel

        default S withLabel​(String label)