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

java.lang.Object
  extended by HorizontalPanel
      extended by com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
All Implemented Interfaces:
HasTooltipKey

public class WeeklyLongEvents
extends HorizontalPanel
implements HasTooltipKey

Since:
7.1
Author:
Vaadin Ltd.

Field Summary
static int EVENT_HEIGTH
           
static int EVENT_MARGIN
           
 
Constructor Summary
WeeklyLongEvents(VCalendar calendar)
           
 
Method Summary
 void addDate(java.util.Date d)
           
 void addEvent(CalendarEvent calendarEvent)
           
 void addEvents(java.util.List<CalendarEvent> events)
           
 int getRowCount()
           
 java.lang.String getTooltipKey()
          Gets the key associated for the Widget implementing this interface.
 void setWidthPX(int width)
           
 void updateCellWidths()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_HEIGTH

public static final int EVENT_HEIGTH
See Also:
Constant Field Values

EVENT_MARGIN

public static final int EVENT_MARGIN
See Also:
Constant Field Values
Constructor Detail

WeeklyLongEvents

public WeeklyLongEvents(VCalendar calendar)
Method Detail

addDate

public void addDate(java.util.Date d)

setWidthPX

public void setWidthPX(int width)

addEvents

public void addEvents(java.util.List<CalendarEvent> events)

addEvent

public void addEvent(CalendarEvent calendarEvent)

getRowCount

public int getRowCount()

updateCellWidths

public void updateCellWidths()

getTooltipKey

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