Interface HasTooltipKey
-
- All Known Implementing Classes:
DateCellDayEvent,MonthEventLabel,WeeklyLongEvents,WeeklyLongEventsDateCell
public interface HasTooltipKeyFor Calendar client-side internal use only.- Since:
- 7.1
- Author:
- Vaadin Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetTooltipKey()Gets the key associated for the Widget implementing this interface.
-
-
-
Method Detail
-
getTooltipKey
Object getTooltipKey()
Gets the key associated for the Widget implementing this interface. This key is used for getting a tooltip title identified by the key- Returns:
- the tooltip key
-
-