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

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

Introduction

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

Usage

From source file com.qualogy.qafe.gwt.client.component.QPagingScrollTable.java

public class QPagingScrollTable extends PagingScrollTable<DataContainerGVO> implements HasDataGridMethods,
        RowSelectionHandler, ResultHandler, ScrollHandler, HasRowSelectionChangeHandlers {

    public static final String MSG_LAST_PAGE = "You reached the last page";

    protected int qCurrentPage = 0;