Examples of FormFragmentData


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
Copyright © 2018 www.massapi.com. 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.