Interface HasTitle

All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable
All Known Implementing Classes:
AbstractDropdownButton, ComboBoxPicker, ComboButton, DropdownButton, EntityComboBox, EntityPicker, JmixButton, JmixComboBox, JmixMultiValuePicker, JmixUserIndicator, JmixValuePicker, MultiValuePicker, UserIndicator, ValuePicker, ValuePickerBase, ValuePickerButton

public interface HasTitle extends com.vaadin.flow.component.HasElement
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
    default void
     

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

    getElement
  • Method Details

    • getTitle

      @Nullable default String getTitle()
    • setTitle

      default void setTitle(@Nullable String title)