|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalendarEvent
Calendar event interface to access calendar event information.
Method Summary | |
---|---|
Date |
getEndDate()
Get the date this event ends on. |
String |
getEventBody()
Set the text of the event body. |
String |
getEventHeader()
Get event header for this event. |
String |
getEventType()
Get event type that for this event. |
Date |
getStartDate()
Get the date this event starts on. |
boolean |
isAllDay()
Is this event to start and end on the same date as a Day unit. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
Date getStartDate()
Date getEndDate()
boolean isAllDay()
String getEventBody()
String getEventHeader()
String getEventType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |