Interface FluentHasTooltip<S extends FluentHasTooltip<S>>

    • Method Summary

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

        getElement
      • Methods inherited from interface com.vaadin.flow.component.shared.HasTooltip

        getTooltip, setTooltipText
    • Method Detail

      • withTooltip

        default S withTooltip​(String tooltip)