A decorator for a {@link Form} to easily enable reading and updatingof node configuration. All operations read or update the underlying {@link DataForm}.
Unlike the {@link Form}.setAnswer(XXX)} methods, which throw an exception if the field does not exist, all ConfigureForm.setXXX methods will create the field in the wrapped form if it does not already exist.
@author Robin Collier
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.