Uses of Interface
com.google.gwt.event.logical.shared.ShowRangeHandler
Packages that use ShowRangeHandler
Package
Description
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.
The date picker widget and associated types.
-
Uses of ShowRangeHandler in com.google.gwt.user.datepicker.client
Methods in com.google.gwt.user.datepicker.client with parameters of type ShowRangeHandlerModifier and TypeMethodDescriptionDatePicker.addShowRangeHandler
(ShowRangeHandler<Date> handler) DatePicker.addShowRangeHandlerAndFire
(ShowRangeHandler<Date> handler) Adds a show range handler and immediately activate the handler on the current view.