public class CalendarEvent extends Object implements Serializable
CalendarModel| Constructor and Description |
|---|
CalendarEvent(int id,
String title,
org.threeten.bp.LocalDateTime date) |
CalendarEvent(int id,
String title,
org.threeten.bp.LocalDateTime start,
org.threeten.bp.LocalDateTime end) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ICalendarVisitor visitor)
Visitor accept method
|
protected com.googlecode.wicket.jquery.core.Options |
createOptions()
Create an
Options JSON-object that will embed the (default) properties of this CalendarEvent |
String |
getBackgroundColor() |
String |
getBorderColor() |
String |
getClassName() |
String |
getColor() |
org.threeten.bp.LocalDateTime |
getEnd() |
int |
getId() |
String |
getSource() |
org.threeten.bp.LocalDateTime |
getStart() |
String |
getTextColor() |
String |
getTitle() |
CharSequence |
getUrl() |
Boolean |
isAllDay() |
Boolean |
isEditable()
Overrides the master editable option for this single event.
|
void |
setAllDay(Boolean allDay) |
void |
setBackgroundColor(String backgroundColor) |
void |
setBorderColor(String borderColor) |
void |
setClassName(String className) |
void |
setColor(String color) |
void |
setColor(String backgroundColor,
String borderColor) |
void |
setEditable(Boolean editable) |
void |
setEnd(org.threeten.bp.LocalDateTime end) |
void |
setId(int id) |
void |
setSource(String source) |
void |
setStart(org.threeten.bp.LocalDateTime start) |
void |
setTextColor(String textColor) |
void |
setTitle(String title) |
void |
setUrl(CharSequence url) |
String |
toString()
Gets the JSON representation of this
CalendarEvent |
public CalendarEvent(int id,
String title,
org.threeten.bp.LocalDateTime date)
public CalendarEvent(int id,
String title,
org.threeten.bp.LocalDateTime start,
org.threeten.bp.LocalDateTime end)
public int getId()
public void setId(int id)
public CharSequence getUrl()
public void setUrl(CharSequence url)
public String getTitle()
public void setTitle(String title)
public String getSource()
public void setSource(String source)
public Boolean isAllDay()
public void setAllDay(Boolean allDay)
public org.threeten.bp.LocalDateTime getStart()
public void setStart(org.threeten.bp.LocalDateTime start)
public org.threeten.bp.LocalDateTime getEnd()
public void setEnd(org.threeten.bp.LocalDateTime end)
public Boolean isEditable()
public void setEditable(Boolean editable)
public String getClassName()
public void setClassName(String className)
public String getColor()
public void setColor(String color)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public String getBorderColor()
public void setBorderColor(String borderColor)
public String getTextColor()
public void setTextColor(String textColor)
protected com.googlecode.wicket.jquery.core.Options createOptions()
Options JSON-object that will embed the (default) properties of this CalendarEventOptions objectpublic String toString()
CalendarEventpublic final void accept(ICalendarVisitor visitor)
visitor - the ICalendarVisitorCopyright © 2021 7thWeb. All rights reserved.