Uses of Interface
com.google.gwt.user.client.ui.TableListener
Packages that use TableListener
Package
Description
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 TableListenerModifier and TypeMethodDescriptionstatic void
ListenerWrapper.WrappedTableListener.add
(HasClickHandlers source, TableListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesvoid
HTMLTable.addTableListener
(TableListener listener) Deprecated.add a click handler instead and useHTMLTable.getCellForEvent(ClickEvent)
to get the cell information (remember to check for a null return value)void
SourcesTableEvents.addTableListener
(TableListener listener) Deprecated.See theinterface doc
insteadstatic void
ListenerWrapper.WrappedTableListener.remove
(Widget eventSource, TableListener listener) void
HTMLTable.removeTableListener
(TableListener listener) Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by an add*Handler method insteadvoid
SourcesTableEvents.removeTableListener
(TableListener listener) Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead