We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.calendar.schedule.
Interface HasTooltipKey
-
All Known Implementing Classes:
DateCellDayEvent, MonthEventLabel, WeeklyLongEvents, WeeklyLongEventsDateCell
public interface HasTooltipKey
For Calendar client-side internal use only.
Since:
7.1
Author:
Vaadin Ltd.
-
-
Method Summary
All Methods Modifier and Type Method and Description Object
getTooltipKey()
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
-
-