|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HasClickHandlers
instead. Event sources should implement methods similar to
HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
@Deprecated public interface SourcesTableEvents
A widget that implements this interface sources the events defined by the
TableListener
interface.
Method Summary | |
---|---|
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 |
Method Detail |
---|
@Deprecated void addTableListener(TableListener listener)
interface doc
instead
listener
- the listener interface to add@Deprecated void removeTableListener(TableListener listener)
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead
listener
- the listener interface to remove
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |