|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.data.Record
com.smartgwt.client.widgets.calendar.CalendarEvent
public class CalendarEvent
An object which represents an event to occur at a specific time, displayed within the calendar.
Field Summary |
---|
Fields inherited from class com.smartgwt.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
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(com.google.gwt.core.client.JavaScriptObject jsObj)
|
Method Summary | |
---|---|
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 |
getName()
String which represents 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
The name of this field within the CalendarEvent can be changed via
startDateField |
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 |
setName(java.lang.String name)
String which represents 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
The name of this field within the CalendarEvent can be changed via
startDateField |
Methods inherited from class com.smartgwt.client.data.Record |
---|
convertToRecordArray |
Methods inherited from class com.smartgwt.client.core.RefDataClass |
---|
getRef, getRef |
Methods inherited from class com.smartgwt.client.core.JsObject |
---|
isCreated, setJsObj |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
public static CalendarEvent getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
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 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 setName(java.lang.String name)
CalendarEvent
The name of this field within the CalendarEvent can be changed via
nameField
name
- 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 setDescription(java.lang.String description)
CalendarEvent
The name of this field within the CalendarEvent can be changed via
descriptionField
description
- 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 setEventWindowStyle(java.lang.String eventWindowStyle)
eventWindowStyle
for this specific event.
The name of this field within the CalendarEvent can be changed via
eventWindowStyleField
eventWindowStyle
- eventWindowStyle 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
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |