com.smartgwt.client.widgets.calendar.events
Interface EventClickHandler

All Superinterfaces:
EventHandler

public interface EventClickHandler
extends EventHandler


Method Summary
 void onEventClick(CalendarEventClick event)
          Called whenever an event is clicked on in the day, week or month views.
 

Method Detail

onEventClick

void onEventClick(CalendarEventClick event)
Called whenever an event is clicked on in the day, week or month views.

By default a dialog appears showing details for the event, and offering the ability to edit events which are editable. Call CalendarEventClick.cancel() from within onEventClick(com.smartgwt.client.widgets.calendar.events.CalendarEventClick) to cancel the default action. This is a good place to, for example, show a completely customized event dialog instead of the default one.

Parameters:
event - the event