Package com.adito.extensions

Examples of com.adito.extensions.ExtensionBundleItemModel


    public void setSubFormName(String subFormName) {
        this.subFormName = subFormName;
    }

    public DefaultExtensionsForm(String submitAction, String subFormName) {
        super(new ExtensionBundleItemModel());
        this.submitAction = submitAction;
        this.subFormName = subFormName;
    }
View Full Code Here

TOP

Related Classes of com.adito.extensions.ExtensionBundleItemModel

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.