|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||