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.
|
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<ShowRangeHandler<V>> |
ShowRangeEvent.getAssociatedType() |
static GwtEvent.Type<ShowRangeHandler<?>> |
ShowRangeEvent.getType()
Gets the type associated with this event.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasShowRangeHandlers.addShowRangeHandler(ShowRangeHandler<V> handler)
Adds a
ShowRangeEvent handler. |
protected void |
ShowRangeEvent.dispatch(ShowRangeHandler<V> handler) |
Modifier and Type | Method and 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.
|