public class ComboBoxChangeEvent
extends com.google.gwt.event.dom.client.ChangeEvent
ChangeEvent class to provide more information about how
the event was produced.
It's fired by the ComboBox and subclasses.| Modifier and Type | Class and Description |
|---|---|
static class |
ComboBoxChangeEvent.ChangeEventInputDevice
This enum describes possible devices that can initiate the event.
|
| Constructor and Description |
|---|
ComboBoxChangeEvent(int row,
ComboBoxChangeEvent.ChangeEventInputDevice inputDevice)
Creates an instance of this class and initalized internal variables.
|
| Modifier and Type | Method and Description |
|---|---|
ComboBoxChangeEvent.ChangeEventInputDevice |
getInputDevice() |
int |
getRow() |
dispatch, getAssociatedType, getTypefireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, revivepublic ComboBoxChangeEvent(int row,
ComboBoxChangeEvent.ChangeEventInputDevice inputDevice)
row - is a row number.inputDevice - is an original input device initiated the event.public int getRow()
public ComboBoxChangeEvent.ChangeEventInputDevice getInputDevice()
Copyright © 2008–2013. All rights reserved.