Interface WithTooltipMixin<SELF extends WithTooltipMixin<SELF>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default SELF withTooltipText​(String title)
      Chains HasTooltip.setTooltipText(String) and returns itself.
      • Methods inherited from interface com.vaadin.flow.component.HasElement

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

        getTooltip, setTooltipText
    • Method Detail

      • withTooltipText

        default SELF withTooltipText​(String title)
        Chains HasTooltip.setTooltipText(String) and returns itself.
        Parameters:
        title - Title to use.
        Returns:
        This.
        See Also:
        HasTooltip.setTooltipText(String)