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 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)
-
-
-
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)
-
-