Package org.apache.isis.viewer.wicket.ui.components.actionprompt

Examples of org.apache.isis.viewer.wicket.ui.components.actionprompt.ActionPromptHeaderPanel


                public void onClick(AjaxRequestTarget target) {

                    if(ajaxDeferredBehaviour != null) {
                        ajaxDeferredBehaviour.initiate(target);
                    } else {
                        ActionPromptHeaderPanel titlePanel = new ActionPromptHeaderPanel(actionPrompt.getTitleId(), actionModel);
                        final ActionPanel actionPanel =
                                (ActionPanel) getComponentFactoryRegistry().createComponent(
                                        ComponentType.ACTION_PROMPT, actionPrompt.getContentId(), actionModel);

                        actionPanel.setShowHeader(false);
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.wicket.ui.components.actionprompt.ActionPromptHeaderPanel

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.