Uses of Interface
com.bradrydzewski.gwt.calendar.client.event.DeleteHandler

Packages that use DeleteHandler
com.bradrydzewski.gwt.calendar.client   
com.bradrydzewski.gwt.calendar.client.event   
 

Uses of DeleteHandler in com.bradrydzewski.gwt.calendar.client
 

Methods in com.bradrydzewski.gwt.calendar.client with parameters of type DeleteHandler
 com.google.gwt.event.shared.HandlerRegistration CalendarWidget.addDeleteHandler(DeleteHandler<Appointment> handler)
           
 

Uses of DeleteHandler in com.bradrydzewski.gwt.calendar.client.event
 

Methods in com.bradrydzewski.gwt.calendar.client.event that return types with arguments of type DeleteHandler
 com.google.gwt.event.shared.GwtEvent.Type<DeleteHandler<T>> DeleteEvent.getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<DeleteHandler<?>> DeleteEvent.getType()
          Gets the type associated with this event.
 

Methods in com.bradrydzewski.gwt.calendar.client.event with parameters of type DeleteHandler
 com.google.gwt.event.shared.HandlerRegistration HasDeleteHandlers.addDeleteHandler(DeleteHandler<T> handler)
          Adds a DeleteEvent handler.
protected  void DeleteEvent.dispatch(DeleteHandler<T> handler)
           
 



Copyright © 2012. All Rights Reserved.