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

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

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

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

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

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

Methods in com.bradrydzewski.gwt.calendar.client.event with parameters of type DateRequestHandler
 com.google.gwt.event.shared.HandlerRegistration HasDateRequestHandlers.addDateRequestHandler(DateRequestHandler<T> handler)
          Adds a DateRequestEvent handler.
protected  void DateRequestEvent.dispatch(DateRequestHandler<T> handler)
           
 



Copyright © 2012. All Rights Reserved.