Package io.jmix.flowui.kit.component
Interface HasTitle
- All Superinterfaces:
com.vaadin.flow.component.HasElement,Serializable
- All Known Implementing Classes:
AbstractDropdownButton,BreadCrumbsPresenter.NavigationButton,CodeEditor,ComboBoxPicker,ComboButton,DropdownButton,EntityComboBox,EntityPicker,JmixBigDecimalField,JmixButton,JmixCodeEditor,JmixComboBox,JmixEmailField,JmixGridColumnVisibility,JmixIntegerField,JmixMultiSelectComboBox,JmixMultiSelectComboBoxPicker,JmixMultiValuePicker,JmixNumberField,JmixPasswordField,JmixUserIndicator,JmixValuePicker,MenuFilterField,MultiSelectComboBoxPicker,MultiValuePicker,SearchField,TypedTextField,UserIndicator,ValuePicker,ValuePickerBase,ValuePickerButton
public interface HasTitle
extends com.vaadin.flow.component.HasElement
Mixin interface for components that displays text in a tooltip popup when the mouse is over it.
-
Method Summary
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Method Details
-
getTitle
Returns the text usually displayed in a tooltip popup when the mouse is over the field.- Returns:
- the
titleproperty from the web-component
-
setTitle
Sets the text usually displayed in a tooltip popup when the mouse is over the field. The default implementations also setsaria-labelHTML attribute to the root element.- Parameters:
title- the title to set
-