Interface FluentHasTooltip<S extends FluentHasTooltip<S>>

All Superinterfaces:
com.vaadin.flow.component.HasElement, com.vaadin.flow.component.shared.HasTooltip, Serializable
All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
All Known Implementing Classes:
ConfirmButton, DefaultButton, DeleteButton, DynamicFileDownloader, LocaleSelect, VBigDecimalField, VButton, VCheckBox, VCheckboxGroup, VComboBox, VCustomField, VDatePicker, VDateTimePicker, VDetails, VEmailField, VIntegerField, VListBox, VNumberField, VPasswordField, VRadioButtonGroup, VSelect, VTab, VTextArea, VTextField

public interface FluentHasTooltip<S extends FluentHasTooltip<S>> extends com.vaadin.flow.component.shared.HasTooltip
  • Method Summary

    Modifier and Type
    Method
    Description
    default S
     

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

    getElement

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

    getTooltip, setTooltipText
  • Method Details

    • withTooltip

      default S withTooltip(String tooltip)