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 HasHighlightHandlers<V> & HasHandlers> |
HighlightEvent.fire(S source,
V highlighted)
Fires a highlight event on all registered handlers in the handler manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DatePicker
Standard GWT date picker.
|