|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasMouseWheelHandlers
A widget that implements this interface provides registration for
MouseWheelHandler
instances.
Method Summary | |
---|---|
HandlerRegistration |
addMouseWheelHandler(MouseWheelHandler handler)
Adds a MouseWheelEvent handler. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addMouseWheelHandler(MouseWheelHandler handler)
MouseWheelEvent
handler.
handler
- the mouse wheel 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 |