com.vaadin.client.ui.calendar.schedule
Class WeeklyLongEventsDateCell

java.lang.Object
  extended by HTML
      extended by 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

Constructor Summary
WeeklyLongEventsDateCell()
           
 
Method Summary
 VCalendar getCalendar()
           
 java.util.Date getDate()
           
 CalendarEvent getEvent()
           
 java.lang.Object getTooltipKey()
          Gets the key associated for the Widget implementing this interface.
 void setCalendar(VCalendar calendar)
           
 void setDate(java.util.Date date)
           
 void setEvent(CalendarEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeeklyLongEventsDateCell

public WeeklyLongEventsDateCell()
Method Detail

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.