Package | Description |
---|---|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ClickHandler.onClick(ClickEvent event)
Called when a native click event is fired.
|
Modifier and Type | Method and Description |
---|---|
HTMLTable.Cell |
HTMLTable.getCellForEvent(ClickEvent event)
Given a click event, return the Cell that was clicked, or null if the event
did not hit this table.
|
void |
ListenerWrapper.WrappedClickListener.onClick(ClickEvent event)
Deprecated.
|
void |
ListenerWrapper.WrappedTableListener.onClick(ClickEvent event) |