Uses of Class
org.jurvis.util.JvErrorList

Packages that use JvErrorList
org.jurvis.swing.form An input form and view framework. 
org.jurvis.util Miscellaneous utility classes. 
 

Uses of JvErrorList in org.jurvis.swing.form
 

Methods in org.jurvis.swing.form with parameters of type JvErrorList
 boolean JvAbstractForm.commit(JvErrorList errorList)
          Commit all the user changes in the form to the form's model.
 boolean JvForm.commit(JvErrorList errorList)
          Commit all the user changes in the form to the form's model.
 boolean JvAbstractForm.isValid(JvErrorList errorList)
          Validate all user changes to the form.
 boolean JvForm.isValid(JvErrorList errorList)
          Validate all user changes to the form.
 boolean JvAbstractForm.rollback(JvErrorList errorList)
          Rollback all the user changes in the form to their original values.
 boolean JvForm.rollback(JvErrorList errorList)
          Rollback all the user changes in the form to their original values.
 

Uses of JvErrorList in org.jurvis.util
 

Methods in org.jurvis.util with parameters of type JvErrorList
 void JvErrorList.merge(JvErrorList errorList)
          Merge the errors in this list with those in the specified list.
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.