GWT 2.7.0

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

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

Methods in com.google.gwt.event.logical.shared with type parameters of type HasHighlightHandlers
static
<V,S extends HasHighlightHandlers<V> & HasHandlers>
void
HighlightEvent.fire(S source, V highlighted)
          Fires a highlight event on all registered handlers in the handler manager.
 

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

Classes in com.google.gwt.user.datepicker.client that implement HasHighlightHandlers
 class DatePicker
          Standard GWT date picker.
 


GWT 2.7.0