HasClickHandlers
instead. Event sources should implement methods similar to
HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
@Deprecated
public interface SourcesTableEvents
TableListener
interface.Modifier and Type | Method and Description |
---|---|
void |
addTableListener(TableListener listener)
Deprecated.
See the
interface doc instead |
void |
removeTableListener(TableListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
@Deprecated void addTableListener(TableListener listener)
interface doc
insteadlistener
- the listener interface to add@Deprecated void removeTableListener(TableListener listener)
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method insteadlistener
- the listener interface to remove