Package org.apache.syncope.console.pages.panels

Examples of org.apache.syncope.console.pages.panels.RoleSummaryPanel


        super.onEvent(event);

        if (event.getPayload() instanceof TreeNodeClickUpdate) {
            final TreeNodeClickUpdate update = (TreeNodeClickUpdate) event.getPayload();

            final RoleSummaryPanel summaryPanel = new RoleSummaryPanel.Builder("summaryPanel")
                    .window(editRoleWin).callerPageRef(Roles.this.getPageReference())
                    .selectedNodeId(update.getSelectedNodeId()).build();

            roleTabsContainer.addOrReplace(summaryPanel);
            update.getTarget().add(roleTabsContainer);
View Full Code Here

TOP

Related Classes of org.apache.syncope.console.pages.panels.RoleSummaryPanel

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.