Package com.smartgwt.client.widgets.events

Examples of com.smartgwt.client.widgets.events.MouseWheelHandler


    super.setHeight(3 * Home.HEIGHT);
    CURRENT_LEFT = -Home.WIDTH;
    CURRENT_TOP = -Home.HEIGHT;

    setCanDragReposition(true);
    addMouseWheelHandler(new MouseWheelHandler(){
      /* (non-Javadoc)
       * @see com.smartgwt.client.widgets.events.MouseWheelHandler#onMouseWheel(com.smartgwt.client.widgets.events.MouseWheelEvent)
       */
      public void onMouseWheel(MouseWheelEvent event) {
        // Zoom code required for both 2D and 3D implementaion.
View Full Code Here

TOP

Related Classes of com.smartgwt.client.widgets.events.MouseWheelHandler

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.