com.vaadin.flow.component.shared.
Interface HasTooltip
-
All Superinterfaces:
All Known Implementing Classes:
AbstractNumberField
,AccordionPanel
,BigDecimalField
,Button
,Checkbox
,CheckboxGroup
,CollaborationMessageInput
,ComboBox
,ComboBoxBase
,CustomField
,DatePicker
,DateTimePicker
,Details
,DrawerToggle
,EmailField
,Icon
,IntegerField
,ListBox
,ListBoxBase
,MessageInput
,MultiSelectComboBox
,MultiSelectListBox
,NumberField
,PasswordField
,RadioButtonGroup
,Select
,Tab
,TextArea
,TextField
,TimePicker
public interface HasTooltip extends HasElement
Mixin interface for components that support a tooltip.
Author:
Vaadin Ltd
-
-
Method Summary
All Methods Modifier and Type Method Description default Tooltip
getTooltip()
Gets the tooltip handle of the component.
default Tooltip
setTooltipText​(String text)
Sets a tooltip text for the component.
-
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
-