private class UiWidgetAdapterGwtTree.EventAdapterGwtTree extends EventAdapterGwt implements com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.TreeItem>
Constructor and Description |
---|
EventAdapterGwtTree(UiFeatureEvent source,
UiHandlerEvent sender)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onSelection(com.google.gwt.event.logical.shared.SelectionEvent<com.google.gwt.user.client.ui.TreeItem> event) |
onBlur, onChange, onClick, onClose, onFocus
fireEvent, setProgrammaticEventType
public EventAdapterGwtTree(UiFeatureEvent source, UiHandlerEvent sender)
source
- is the source of the events (typically UiWidget
).sender
- is the sender of events (an adapter that delegates to the individual handlers/listeners).Copyright © 2001–2016 mmm-Team. All rights reserved.