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

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.ui.calendar.schedule.DateCellContainer

public class DateCellContainer
extends FlowPanel

Internally used class by the Calendar since 7.1


Constructor Summary
DateCellContainer()
           
 
Method Summary
 void addEmptyEventCell()
           
 void addEmptyEventCells(int eventCount)
           
 java.util.Date getDate()
           
 WeeklyLongEventsDateCell getDateCell(int slotIndex)
           
 boolean hasDateCell(int slotIndex)
           
 boolean hasEvent(int slotIndex)
           
static int measureBorderWidth(DateCellContainer dc)
           
 void onMouseDown(MouseDownEvent event)
           
 void onMouseUp(MouseUpEvent event)
           
 void setCalendar(VCalendar calendar)
           
 void setDate(java.util.Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateCellContainer

public DateCellContainer()
Method Detail

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.