We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Class CalendarEntry
- java.lang.Object
-
- com.vaadin.client.ui.CalendarEntry
-
public class CalendarEntry extends Object
-
-
Method Summary
All 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)
-
-