GWT 2.7.0

Uses of Interface
com.google.gwt.event.logical.shared.ShowRangeHandler

Packages that use ShowRangeHandler
com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers. 
com.google.gwt.user.datepicker.client The date picker widget and associated types. 
 

Uses of ShowRangeHandler in com.google.gwt.event.logical.shared
 

Methods in com.google.gwt.event.logical.shared that return types with arguments of type ShowRangeHandler
 GwtEvent.Type<ShowRangeHandler<V>> ShowRangeEvent.getAssociatedType()
           
static GwtEvent.Type<ShowRangeHandler<?>> ShowRangeEvent.getType()
          Gets the type associated with this event.
 

Methods in com.google.gwt.event.logical.shared with parameters of type ShowRangeHandler
 HandlerRegistration HasShowRangeHandlers.addShowRangeHandler(ShowRangeHandler<V> handler)
          Adds a ShowRangeEvent handler.
protected  void ShowRangeEvent.dispatch(ShowRangeHandler<V> handler)
           
 

Uses of ShowRangeHandler in com.google.gwt.user.datepicker.client
 

Methods in com.google.gwt.user.datepicker.client with parameters of type ShowRangeHandler
 HandlerRegistration DatePicker.addShowRangeHandler(ShowRangeHandler<java.util.Date> handler)
           
 HandlerRegistration DatePicker.addShowRangeHandlerAndFire(ShowRangeHandler<java.util.Date> handler)
          Adds a show range handler and immediately activate the handler on the current view.
 


GWT 2.7.0