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