com.vaadin.client.ui.calendar.schedule
Class WeeklyLongEventsDateCell
java.lang.Object
HTML
com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- All Implemented Interfaces:
- HasTooltipKey
public class WeeklyLongEventsDateCell
- extends HTML
- implements HasTooltipKey
Represents a cell used in WeeklyLongEvents
- Since:
- 7.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeeklyLongEventsDateCell
public WeeklyLongEventsDateCell()
setDate
public void setDate(java.util.Date date)
getDate
public java.util.Date getDate()
setEvent
public void setEvent(CalendarEvent event)
getEvent
public CalendarEvent getEvent()
setCalendar
public void setCalendar(VCalendar calendar)
getCalendar
public VCalendar getCalendar()
getTooltipKey
public java.lang.Object getTooltipKey()
- Description copied from interface:
HasTooltipKey
- Gets the key associated for the Widget implementing this interface. This
key is used for getting a tooltip title identified by the key
- Specified by:
getTooltipKey in interface HasTooltipKey
- Returns:
- the tooltip key
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.