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.terminal.gwt.client.ui.
Class CalendarEntry
java.lang.Object
com.vaadin.terminal.gwt.client.ui.CalendarEntry
- extends Object
public class CalendarEntry
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)