com.vaadin.client.ui.calendar.schedule
Class DateCell.DateCellSlot

java.lang.Object
  extended by Widget
      extended by com.vaadin.client.ui.calendar.schedule.DateCell.DateCellSlot
Enclosing class:
DateCell

public class DateCell.DateCellSlot
extends Widget


Constructor Summary
DateCell.DateCellSlot(DateCell cell, java.util.Date from, java.util.Date to)
           
 
Method Summary
 java.util.Date getFrom()
           
 DateCell getParentCell()
           
 java.util.Date getTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateCell.DateCellSlot

public DateCell.DateCellSlot(DateCell cell,
                             java.util.Date from,
                             java.util.Date to)
Method Detail

getFrom

public java.util.Date getFrom()

getTo

public java.util.Date getTo()

getParentCell

public DateCell getParentCell()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.