public abstract class EventEditorCustomizer
extends java.lang.Object | Constructor and Description |
|---|
EventEditorCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
Calendar | getCalendar() Returns the Calendar in which the EventEditor is being displayed. |
void | setCalendar(Calendar calendar) |
abstract boolean | showEventEditor(CalendarEvent calendarEvent, java.lang.Boolean isNewEvent) showEventEditor() can be used to show some custom user interface for editing or creating calendar events. |
public void setCalendar(Calendar calendar)
public Calendar getCalendar()
public abstract boolean showEventEditor(CalendarEvent calendarEvent, java.lang.Boolean isNewEvent)
calendarEvent - the event to editisNewEvent - true for a new event - if true, calendarEvent represents defaults for the new event