Example usage for com.google.gwt.dom.client Window.ScrollHandler interface-usage

List of usage examples for com.google.gwt.dom.client Window.ScrollHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.dom.client Window.ScrollHandler interface-usage.

Usage

From source file org.silverpeas.mobile.client.components.base.Page.java

public class Page extends Composite implements Window.ScrollHandler {

    private static PageUiBinder uiBinder = GWT.create(PageUiBinder.class);

    interface PageUiBinder extends UiBinder<Widget, Page> {
    }