public interface EventRemoveClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onEventRemoveClick(CalendarEventRemoveClick event)
Called whenever the close icon of an event is clicked within the day or week view.
|
void onEventRemoveClick(CalendarEventRemoveClick event)
CalendarEventRemoveClick.cancel()
from within onEventRemoveClick(com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick)
to cancel the removal,
or . Implement this method to do something like, for example, showing a confirmation dialog before an event is removed.
event
- the event