Class EventEditorCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.EventEditorCustomizer
Called whenever a Calender needs to show an EventEditor, to edit or create a CalendarEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar in which the EventEditor is being displayed.void
setCalendar
(Calendar calendar) abstract boolean
showEventEditor
(CalendarEvent calendarEvent, Boolean isNewEvent) showEventEditor() can be used to show some custom user interface for editing or creating calendar events.
-
Constructor Details
-
EventEditorCustomizer
public EventEditorCustomizer()
-
-
Method Details
-
setCalendar
-
getCalendar
Returns the Calendar in which the EventEditor is being displayed. To access the current view, use getCalendar().getSelectedView().- Returns:
- Calendar in which the EventEditor is being displayed
-
showEventEditor
showEventEditor() can be used to show some custom user interface for editing or creating calendar events.- Parameters:
calendarEvent
- the event to editisNewEvent
- true for a new event - if true, calendarEvent represents defaults for the new event- Returns:
- false to prevent the default Event Editor from showing
-