Uses of Interface
com.google.gwt.event.logical.shared.HighlightHandler
-
Packages that use HighlightHandler 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 HighlightHandler in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared that return types with arguments of type HighlightHandler Modifier and Type Method Description 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 Modifier and Type Method Description HandlerRegistration
HasHighlightHandlers. addHighlightHandler(HighlightHandler<V> handler)
Adds aHighlightEvent
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 Modifier and Type Method Description HandlerRegistration
DatePicker. addHighlightHandler(HighlightHandler<java.util.Date> handler)
-