Package com.googlecode.mgwt.ui.client.widget.panel.scroll

Examples of com.googlecode.mgwt.ui.client.widget.panel.scroll.ScrollEndEvent$Handler


    if (resetX == this.x && resetY == this.y) {
      if (this.moved) {
        this.moved = false;
        // fire on scroll end
        fireEvent(new ScrollEndEvent());
      }

      if (this.scrollBar[DIRECTION.HORIZONTAL.ordinal()] && this.hideScrollBar) {
        CssUtil.setTransitionsDelay(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 300);
        CssUtil.setOpacity(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 0);
View Full Code Here


    if (resetX == this.x && resetY == this.y) {
      if (this.moved) {
        this.moved = false;
        // fire on scroll end
        fireEvent(new ScrollEndEvent());
      }

      if (this.scrollBar[DIRECTION.HORIZONTAL.ordinal()] && this.hideScrollBar) {
        CssUtil.setTransitionsDelay(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 300);
        CssUtil.setOpacity(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 0);
View Full Code Here

    if (resetX == this.x && resetY == this.y) {
      if (this.moved) {
        this.moved = false;
        // fire on scroll end
        fireEvent(new ScrollEndEvent());
      }

      if (this.scrollBar[DIRECTION.HORIZONTAL.ordinal()] && this.hideScrollBar) {
        CssUtil.setTransitionsDelay(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 300);
        CssUtil.setOpacity(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 0);
View Full Code Here

    if (resetX == this.x && resetY == this.y) {
      if (this.moved) {
        this.moved = false;
        // fire on scroll end
        fireEvent(new ScrollEndEvent());
      }

      if (this.scrollBar[DIRECTION.HORIZONTAL.ordinal()] && this.hideScrollBar) {
        CssUtil.setTransitionsDelay(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 300);
        CssUtil.setOpacity(this.scrollBarWrapper[DIRECTION.HORIZONTAL.ordinal()], 0);
View Full Code Here

TOP

Related Classes of com.googlecode.mgwt.ui.client.widget.panel.scroll.ScrollEndEvent$Handler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.