com.vaadin.terminal.gwt.client.ui
Class CalendarEntry

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.ui.CalendarEntry

public class CalendarEntry
extends Object


Constructor Summary
CalendarEntry(String styleName, Date start, Date end, String title, String description)
           
CalendarEntry(String styleName, Date start, Date end, String title, String description, boolean notime)
           
 
Method Summary
 String getDescription()
           
 Date getEnd()
           
 Date getStart()
           
 String getStringForDate(Date d)
           
 String getStyleName()
           
 String getTitle()
           
 boolean isNotime()
           
 void setDescription(String description)
           
 void setEnd(Date end)
           
 void setNotime(boolean notime)
           
 void setStart(Date start)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEntry

public CalendarEntry(String styleName,
                     Date start,
                     Date end,
                     String title,
                     String description,
                     boolean notime)

CalendarEntry

public CalendarEntry(String styleName,
                     Date start,
                     Date end,
                     String title,
                     String description)
Method Detail

getStyleName

public String getStyleName()

getStart

public Date getStart()

setStart

public void setStart(Date start)

getEnd

public Date getEnd()

setEnd

public void setEnd(Date end)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

isNotime

public boolean isNotime()

setNotime

public void setNotime(boolean notime)

getStringForDate

public String getStringForDate(Date d)


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