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 |
getCanEditLane()
Boolean indicating whether this event can be moved between lanes.
|
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, or when
showDayLanes is
true, 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 |
setCanEditLane(java.lang.String canEditLane)
Boolean indicating whether this event can be moved between lanes.
|
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 |
setLane(java.lang.String lane)
When in Timeline mode, or when
showDayLanes is
true, 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, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, 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 setBackgroundColor(java.lang.String backgroundColor)
backgroundColor
- Default value is nullpublic java.lang.String getBackgroundColor()
public void setCanEditLane(java.lang.String canEditLane)
calendar level
. The name of this field within the
CalendarEvent can be changed via canEditLaneField
.
canEditLane
- Default value is nullpublic java.lang.String getCanEditLane()
calendar level
. The name of this field within the
CalendarEvent can be changed via canEditLaneField
.
public void setDescription(java.lang.String description)
CalendarEvent
The name of this
field within the CalendarEvent can be changed via descriptionField
description
- Default value is nullpublic java.lang.String getDescription()
CalendarEvent
The name of this
field within the CalendarEvent can be changed via descriptionField
public void setEndDate(java.util.Date endDate)
CalendarEvent
The name of
this field within the CalendarEvent can be changed via endDateField
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)
showDayLanes
is
true, a string that represents the name of the lane
this
CalendarEvent
should sit in. The name of this field within the
CalendarEvent can be changed via laneNameField
.lane
- Default value is nullpublic java.lang.String getLane()
showDayLanes
is
true, a string that represents the name of the lane
this
CalendarEvent
should sit in. The name of this field within the
CalendarEvent can be changed via laneNameField
.public void setName(java.lang.String name)
CalendarEvent
The name of this field
within the CalendarEvent can be changed via nameField
name
- Default value is nullpublic java.lang.String getName()
CalendarEvent
The name of this field
within the CalendarEvent can be changed via nameField
public void setStartDate(java.util.Date startDate)
CalendarEvent
. The name of
this field within the CalendarEvent can be changed via startDateField
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
- Default value is nullpublic java.lang.String getTextColor()
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
.