Package org.brixcms.plugin.site.resource.admin

Examples of org.brixcms.plugin.site.resource.admin.CreateResourcePanel


    public IModel<String> newCreateNodeCaptionModel(IModel<BrixNode> parentNode) {
        return new ResourceModel("create");
    }

    public Panel newCreateNodePanel(String id, IModel<BrixNode> parentNode, SimpleCallback goBack) {
        return new CreateResourcePanel(id, parentNode, goBack);
    }
View Full Code Here

TOP

Related Classes of org.brixcms.plugin.site.resource.admin.CreateResourcePanel

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.