Examples of ZoomToRectangleModalAction


Examples of org.geomajas.gwt.client.action.toolbar.ZoomToRectangleModalAction

    final Toolbar toolbar = new Toolbar(map);
    toolbar.setButtonSize(Toolbar.BUTTON_SIZE_BIG);

    // add a button in GWT code
    toolbar.addModalButton(new ZoomToRectangleModalAction(map));

    layout.addMember(toolbar);
    layout.addMember(map);

    // wait for the map to be loaded and select the 1st layer
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.