Uses of Interface
com.google.gwt.event.logical.shared.HasHighlightHandlers
-
Packages that use HasHighlightHandlers Package Description 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 Modifier and Type Method Description static <V,S extends HasHighlightHandlers<V> & HasHandlers>
voidHighlightEvent. 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 Modifier and Type Class Description class
DatePicker
Standard GWT date picker.
-