Package org.vaadin.miki.markers
Interface WithTooltipMixin<SELF extends WithTooltipMixin<SELF>>
-
- Type Parameters:
SELF- Self type.
- All Superinterfaces:
com.vaadin.flow.component.HasElement,com.vaadin.flow.component.shared.HasTooltip,Serializable
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,IndexedButton,SuperBigDecimalField,SuperCheckbox,SuperDatePicker,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTextArea,SuperTextField
public interface WithTooltipMixin<SELF extends WithTooltipMixin<SELF>> extends com.vaadin.flow.component.shared.HasTooltipMixin interface to support chainingHasTooltip.setTooltipText(String).- Since:
- 2023-01-26
- Author:
- jc
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SELFwithTooltipText(String title)ChainsHasTooltip.setTooltipText(String)and returns itself.
-