GWT 2.7.0

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

Packages that use HighlightHandler
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 HighlightHandler in com.google.gwt.event.logical.shared
 

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

Methods in com.google.gwt.event.logical.shared with parameters of type HighlightHandler
 HandlerRegistration HasHighlightHandlers.addHighlightHandler(HighlightHandler<V> handler)
          Adds a HighlightEvent handler.
protected  void HighlightEvent.dispatch(HighlightHandler<V> handler)
           
 

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

Methods in com.google.gwt.user.datepicker.client with parameters of type HighlightHandler
 HandlerRegistration DatePicker.addHighlightHandler(HighlightHandler<java.util.Date> handler)
           
 


GWT 2.7.0