|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasEventRemoveClickHandlers
Method Summary | |
---|---|
HandlerRegistration |
addEventRemoveClickHandler(EventRemoveClickHandler handler)
Called whenever the close icon of an event is clicked within the day or week view. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addEventRemoveClickHandler(EventRemoveClickHandler handler)
CalendarEventRemoveClick.cancel()
from within EventRemoveClickHandler.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.
handler
- the eventRemoveClick handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |