Package org.rhq.coregui.client.bundle.group

Examples of org.rhq.coregui.client.bundle.group.BundleGroupEditView


                    } else if ("BundleGroup".equals(currentPath)) {
                        // set new bundle detail if we are changing detail
                        if (!nextViewPath.getCurrent().equals(currentBundleGroupViewId)) {
                            // only  cache the bundle id if bundle detail is the target view                           
                            currentBundleGroupViewId = nextViewPath.isEnd() ? nextViewPath.getCurrent() : null;
                            bundleGroupView = new BundleGroupEditView(globalPermissions, Integer.parseInt(nextViewPath
                                .getCurrent().getPath()));
                            bundleView = null;
                            currentBundleViewId = null;
                        }
                        setContent(bundleGroupView);
View Full Code Here

TOP

Related Classes of org.rhq.coregui.client.bundle.group.BundleGroupEditView

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.