Package ariba.ui.aribaweb.util

Examples of ariba.ui.aribaweb.util.AWArrayManager.clear()


        if (formInputIds == null) {
            formInputIds = new AWArrayManager(AWElementIdPath.class);
            page.putFormIds(formElementIdString, formInputIds);
        }
        else {
            formInputIds.clear();
        }

        // add all "global" form input ids
        // note that this takes care of all forms that occur after the recording of
        // the global form input id.  All forms that occur before the global element id
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.