Package com.volantis.mcs.protocols.forms

Examples of com.volantis.mcs.protocols.forms.XFormGroup.causesFragmentation()


    // Javadoc inherited.
    public void popGroup() {
        XFormGroup group = (XFormGroup) groups.pop();
        // Add a new fragment if the popped group is nested and causes
        // fragmentation.
        if (groups.size() > 0 && group.causesFragmentation()) {
            addNextFormFragment((XFormGroup) groups.peek());
        }
    }

    // Javadoc inherited.
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.