Package org.exoplatform.webui.core

Examples of org.exoplatform.webui.core.UIRightClickPopupMenu.createEvent()


        @Override
        public void execute(Event<UINavigationManagement> event) throws Exception {
            UINavigationManagement uiManagement = event.getSource();
            UINavigationNodeSelector uiNodeSelector = uiManagement.getChild(UINavigationNodeSelector.class);
            UIRightClickPopupMenu menu = uiNodeSelector.getChild(UIRightClickPopupMenu.class);
            menu.createEvent("AddNode", Phase.PROCESS, event.getRequestContext()).broadcast();
        }

    }
}
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.