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
 java.lang.Object getTooltipKey()
          Gets the key associated for the Widget implementing this interface.
 

Method Detail

getTooltipKey

java.lang.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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.