|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasDoubleClickHandlers
A widget that implements this interface provides registration for
DoubleClickHandler
instances.
Method Summary | |
---|---|
HandlerRegistration |
addDoubleClickHandler(DoubleClickHandler handler)
Adds a DoubleClickEvent handler. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addDoubleClickHandler(DoubleClickHandler handler)
DoubleClickEvent
handler.
handler
- the double click handler
HandlerRegistration
used to remove this handler
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |