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

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

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

Methods in com.bradrydzewski.gwt.calendar.client with parameters of type TimeBlockClickHandler
 com.google.gwt.event.shared.HandlerRegistration CalendarWidget.addTimeBlockClickHandler(TimeBlockClickHandler<Date> handler)
           
 

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

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

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



Copyright © 2012. All Rights Reserved.