Holger's
Java API

Uses of Class
com.antelmann.util.gui.FormValidationWarning

Packages that use FormValidationWarning
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of FormValidationWarning in com.antelmann.db
 

Methods in com.antelmann.db that throw FormValidationWarning
 void JPasswordChangeForm.validateForm(Component c)
          ensures that the old password is correct, that new/confirmed passwords match and the new password is accepted by the validator if applicable.
 

Uses of FormValidationWarning in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that throw FormValidationWarning
 void JPropertyEntryComponent.validateForm(Component formComponent)
          this convenience method makes it simpler to implement a FormValidator based on this class.
 void FormValidator.validateForm(Component formComponent)
          validates the given form by checking it for consistency.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads