Examples of commitFields()


Examples of smilehouse.gui.html.fieldbased.GUIContext.commitFields()

            // -----------
            if(requestType == POST_REQUEST && parameters.wasGiven(ACTION)) {
                int action = parameters.getInt(ACTION);
                if(action == 1) {
                    if(guiContext.hasBeenEdited(fields)) {
                        guiContext.commitFields(fields);
                        //System.out.println("Saving PipeComponentData, ID: " + componentData.getId());
                        pers.update(componentData);
                    }
                } else
                    guiContext.revertFields(fields);
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.