Package com.vaadin.client.ui
Class CalendarEntry
- java.lang.Object
-
- com.vaadin.client.ui.CalendarEntry
-
public class CalendarEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()DategetEnd()DategetStart()StringgetStringForDate(Date d)StringgetStyleName()StringgetTitle()booleanisNotime()voidsetDescription(String description)voidsetEnd(Date end)voidsetNotime(boolean notime)voidsetStart(Date start)voidsetTitle(String title)
-
-
-
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)
-
-