id
Constructor and Description |
---|
CalendarEvent() |
CalendarEvent(int eventId,
java.lang.String name,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate) |
CalendarEvent(int eventId,
java.lang.String name,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate,
boolean canEdit) |
CalendarEvent(int eventId,
java.lang.String name,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate,
boolean canEdit,
java.lang.String eventWindowStyle) |
CalendarEvent(int eventId,
java.lang.String name,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate,
boolean canEdit,
java.lang.String eventWindowStyle,
java.lang.String lane) |
CalendarEvent(int eventId,
java.lang.String name,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String lane) |
CalendarEvent(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackgroundColor()
An optional background color for this event's window.
|
java.lang.Boolean |
getCanEdit()
Optional boolean value controlling the editability of this particular calendarEvent.
|
java.lang.String |
getDescription()
String which represents the description of a
CalendarEvent The name of this
field within the CalendarEvent can be changed via descriptionField |
java.util.Date |
getEndDate()
Date object which represents the end date of a
CalendarEvent The name of
this field within the CalendarEvent can be changed via endDateField |
java.lang.Integer |
getEventId() |
java.lang.String |
getEventWindowStyle()
CSS style series to use for the draggable event window that represents this event.
|
java.lang.String |
getLane()
When in Timeline mode, a string that represents the name of the
lane this CalendarEvent should sit in. |
java.lang.String |
getName()
String which represents the name of a
CalendarEvent The name of this field
within the CalendarEvent can be changed via nameField |
static CalendarEvent |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.util.Date |
getStartDate()
Date object which represents the start date of a
CalendarEvent . |
java.lang.String |
getTextColor()
An optional text color for this event's window.
|
void |
setBackgroundColor(java.lang.String backgroundColor)
An optional background color for this event's window.
|
void |
setCanEdit(java.lang.Boolean canEdit)
Optional boolean value controlling the editability of this particular calendarEvent.
|
void |
setDescription(java.lang.String description)
String which represents the description of a
CalendarEvent The name of this
field within the CalendarEvent can be changed via descriptionField |
void |
setEndDate(java.util.Date endDate)
Date object which represents the end date of a
CalendarEvent The name of
this field within the CalendarEvent can be changed via endDateField |
void |
setEventId(java.lang.Integer eventId) |
void |
setEventWindowStyle(java.lang.String eventWindowStyle)
CSS style series to use for the draggable event window that represents this event.
|
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
void |
setLane(java.lang.String lane)
When in Timeline mode, a string that represents the name of the
lane this CalendarEvent should sit in. |
void |
setName(java.lang.String name)
String which represents the name of a
CalendarEvent The name of this field
within the CalendarEvent can be changed via nameField |
void |
setStartDate(java.util.Date startDate)
Date object which represents the start date of a
CalendarEvent . |
void |
setTextColor(java.lang.String textColor)
An optional text color for this event's window.
|
convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, isARecord, toMap
getRef, getRef, internalSetID
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject
public CalendarEvent()
public CalendarEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public CalendarEvent(int eventId, java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate)
public CalendarEvent(int eventId, java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, boolean canEdit)
public CalendarEvent(int eventId, java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, boolean canEdit, java.lang.String eventWindowStyle)
public CalendarEvent(int eventId, java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, java.lang.String lane)
public CalendarEvent(int eventId, java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, boolean canEdit, java.lang.String eventWindowStyle, java.lang.String lane)
public static CalendarEvent getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setBackgroundColor(java.lang.String backgroundColor)
backgroundColor
- . See String
. Default value is nullpublic java.lang.String getBackgroundColor()
String
public void setDescription(java.lang.String description)
CalendarEvent
The name of this
field within the CalendarEvent can be changed via descriptionField
description
- . See String
. Default value is nullpublic java.lang.String getDescription()
CalendarEvent
The name of this
field within the CalendarEvent can be changed via descriptionField
String
public void setEndDate(java.util.Date endDate)
CalendarEvent
The name of
this field within the CalendarEvent can be changed via endDateField
endDate
- endDate Default value is nullpublic java.util.Date getEndDate()
CalendarEvent
The name of
this field within the CalendarEvent can be changed via endDateField
public void setEventWindowStyle(java.lang.String eventWindowStyle)
eventWindowStyle
for this specific event. The
name of this field within the CalendarEvent can be changed via eventWindowStyleField
eventWindowStyle
- . See CSSStyleName
. Default value is nullpublic java.lang.String getEventWindowStyle()
eventWindowStyle
for this specific event. The
name of this field within the CalendarEvent can be changed via eventWindowStyleField
CSSStyleName
public void setLane(java.lang.String lane)
lane
this CalendarEvent
should sit in. The name of this field within the CalendarEvent can
be changed via laneNameField
.lane
- . See String
. Default value is nullpublic java.lang.String getLane()
lane
this CalendarEvent
should sit in. The name of this field within the CalendarEvent can
be changed via laneNameField
.String
public void setName(java.lang.String name)
CalendarEvent
The name of this field
within the CalendarEvent can be changed via nameField
name
- . See String
. Default value is nullpublic java.lang.String getName()
CalendarEvent
The name of this field
within the CalendarEvent can be changed via nameField
String
public void setStartDate(java.util.Date startDate)
CalendarEvent
. The name of
this field within the CalendarEvent can be changed via startDateField
startDate
- startDate Default value is nullpublic java.util.Date getStartDate()
CalendarEvent
. The name of
this field within the CalendarEvent can be changed via startDateField
public void setTextColor(java.lang.String textColor)
textColor
- . See String
. Default value is nullpublic java.lang.String getTextColor()
String
public void setEventId(java.lang.Integer eventId)
public java.lang.Integer getEventId()
public void setCanEdit(java.lang.Boolean canEdit)
canEditField
.canEdit
- canEdit Default value is nullpublic java.lang.Boolean getCanEdit()
canEditField
.