com.vaadin.client.ui.calendar.schedule
Class DateCellContainer
java.lang.Object
FlowPanel
com.vaadin.client.ui.calendar.schedule.DateCellContainer
public class DateCellContainer
- extends FlowPanel
Internally used class by the Calendar
since 7.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateCellContainer
public DateCellContainer()
measureBorderWidth
public static int measureBorderWidth(DateCellContainer dc)
setCalendar
public void setCalendar(VCalendar calendar)
setDate
public void setDate(java.util.Date date)
getDate
public java.util.Date getDate()
hasEvent
public boolean hasEvent(int slotIndex)
hasDateCell
public boolean hasDateCell(int slotIndex)
getDateCell
public WeeklyLongEventsDateCell getDateCell(int slotIndex)
addEmptyEventCells
public void addEmptyEventCells(int eventCount)
addEmptyEventCell
public void addEmptyEventCell()
onMouseDown
public void onMouseDown(MouseDownEvent event)
onMouseUp
public void onMouseUp(MouseUpEvent event)
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.