public interface

HasScrollHandlers

com.google.gwt.event.dom.client.HasScrollHandlers
Known Indirect Subclasses

Class Overview

A widget that implements this interface provides registration for ScrollHandler instances.

Summary

Public Methods
abstract HandlerRegistration addScrollHandler(ScrollHandler handler)
Adds a ScrollEvent handler.

Public Methods

public abstract HandlerRegistration addScrollHandler (ScrollHandler handler)

Adds a ScrollEvent handler.

Parameters
handler the scroll handler
Returns