Package org.apache.syncope.console.pages

Examples of org.apache.syncope.console.pages.BasePage


            private static final long serialVersionUID = 8804221891699487139L;

            @Override
            public void onClose(final AjaxRequestTarget target) {
                target.add(container);
                BasePage configuration = ((BasePage) pageRef.getPage());
                if (configuration.isModalResult()) {
                    info(getString(Constants.OPERATION_SUCCEEDED));
                    configuration.getFeedbackPanel().refresh(target);
                    configuration.setModalResult(false);
                }
            }
        });
    }
View Full Code Here

TOP

Related Classes of org.apache.syncope.console.pages.BasePage

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.