Package org.geoserver.web.data.layergroup

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

Related Classes of org.geoserver.web.data.layergroup.LayerGroupDetachableModel

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.