com.vaadin.client.ui.calendar.schedule
Class WeeklyLongEvents
java.lang.Object
HorizontalPanel
com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- All Implemented Interfaces:
- HasTooltipKey
public class WeeklyLongEvents
- extends HorizontalPanel
- implements HasTooltipKey
- Since:
- 7.1
- Author:
- Vaadin Ltd.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WeeklyLongEvents
public WeeklyLongEvents(VCalendar calendar)
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.