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 |
---|---|
static <V,S extends HasShowRangeHandlers<V> & HasHandlers> |
ShowRangeEvent.fire(S source,
V start,
V end)
Fires a show range event on all registered handlers in the handler manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DatePicker
Standard GWT date picker.
|