Examples of LayerGroupDetachableModel


Examples of org.geoserver.web.data.layergroup.LayerGroupDetachableModel

     * Subclasses must call this method to initialize the UI for this page
     * @param layerGroup
     */
    protected void initUI(LayerGroupInfo layerGroup) {
        this.returnPageClass = EoLayerGroupPage.class;
        lgModel = new LayerGroupDetachableModel( layerGroup );
        layerGroupId = layerGroup.getId();
       
        add(popupWindow = new ModalWindow("popup"));
        add(dialog = new GeoServerDialog("dialog"));

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.