Example usage for com.google.gwt.user.client.ui SourcesScrollEvents interface-usage

List of usage examples for com.google.gwt.user.client.ui SourcesScrollEvents interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui SourcesScrollEvents interface-usage.

Usage

From source file com.fullmetalgalaxy.client.widget.WgtScroll.java

/**
 * @author Vincent Legendre
 *
 */
public class WgtScroll extends Composite
        implements SourcesScrollEvents, MouseDownHandler, MouseMoveHandler, MouseUpHandler, MouseOutHandler,

From source file com.totsp.gwittir.client.fx.ui.SoftScrollArea.java

/**
 *
 * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
 */
public class SoftScrollArea extends Composite
        implements HasWidget, Introspectable, SourcesScrollEvents, SourcesMouseEvents {