Package com.volantis.mcs.protocols.forms

Examples of com.volantis.mcs.protocols.forms.FormFragmentData


     * @param group which controls the fragment behaviour
     * @return FormFragmentData the new fragment
     */
    private FormFragmentData addNextFormFragment(XFormGroup group) {
        final String name = generateFormFragmentName();
        final FormFragmentData fragment = new FormFragmentData(name, group);
        fragments.add(fragment);
        currentFragmentIndex ++;
        return fragment;
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.protocols.forms.FormFragmentData

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.