List of usage examples for com.google.gwt.user.client.ui SourcesScrollEvents interface-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 {