|
GWT 2.4.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableListener | |
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
| Uses of TableListener in com.google.gwt.user.client.ui |
|---|
| Methods in com.google.gwt.user.client.ui with parameters of type TableListener | |
|---|---|
void |
HTMLTable.addTableListener(TableListener listener)
Deprecated. add a click handler instead and use HTMLTable.getCellForEvent(ClickEvent) to get the cell
information (remember to check for a null return value) |
void |
SourcesTableEvents.addTableListener(TableListener listener)
Deprecated. See the interface doc instead |
void |
HTMLTable.removeTableListener(TableListener listener)
Deprecated. Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
SourcesTableEvents.removeTableListener(TableListener listener)
Deprecated. Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
|
GWT 2.4.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||