Uses of Interface
com.google.gwt.event.logical.shared.ShowRangeHandler
-
Packages that use ShowRangeHandler 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 ShowRangeHandler in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared that return types with arguments of type ShowRangeHandler Modifier and Type Method Description GwtEvent.Type<ShowRangeHandler<V>>
ShowRangeEvent. getAssociatedType()
static GwtEvent.Type<ShowRangeHandler<?>>
ShowRangeEvent. getType()
Gets the type associated with this event.Methods in com.google.gwt.event.logical.shared with parameters of type ShowRangeHandler Modifier and Type Method Description HandlerRegistration
HasShowRangeHandlers. addShowRangeHandler(ShowRangeHandler<V> handler)
Adds aShowRangeEvent
handler.protected void
ShowRangeEvent. dispatch(ShowRangeHandler<V> handler)
-
Uses of ShowRangeHandler in com.google.gwt.user.datepicker.client
Methods in com.google.gwt.user.datepicker.client with parameters of type ShowRangeHandler Modifier and Type Method Description HandlerRegistration
DatePicker. addShowRangeHandler(ShowRangeHandler<java.util.Date> handler)
HandlerRegistration
DatePicker. addShowRangeHandlerAndFire(ShowRangeHandler<java.util.Date> handler)
Adds a show range handler and immediately activate the handler on the current view.
-