public class EventAdapterGwtClickToChange extends EventAdapterGwt
EventAdapterGwt
but fires a EventType.VALUE_CHANGE
in case of
onClick(ClickEvent)
.Constructor and Description |
---|
EventAdapterGwtClickToChange(UiFeatureEvent source,
UiHandlerEvent sender)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
onBlur, onChange, onClose, onFocus
fireEvent, setProgrammaticEventType
public EventAdapterGwtClickToChange(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).public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
in interface com.google.gwt.event.dom.client.ClickHandler
onClick
in class EventAdapterGwt
Copyright © 2001–2016 mmm-Team. All rights reserved.