|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormValidationListener | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.ui.login | Internationalized UI classes for user login and registration. |
Uses of FormValidationListener in com.arsdigita.bebop |
Methods in com.arsdigita.bebop that return FormValidationListener | |
protected FormValidationListener |
FormSection.createValidationListener()
Create the validation listener that forwards validation events to this form section. |
Methods in com.arsdigita.bebop with parameters of type FormValidationListener | |
void |
FormModel.addValidationListener(FormValidationListener listener)
Adds a validation listener, implementing a custom validation check that applies to the form as a whole. |
void |
FormSection.addValidationListener(FormValidationListener listener)
Adds a validation listener, implementing a custom validation check that applies to the form as a whole. |
void |
FormSection.removeValidationListener(FormValidationListener listener)
Removes the specified validation listener from the list of validation listeners (if it had previously been added). |
Uses of FormValidationListener in com.arsdigita.ui.login |
Classes in com.arsdigita.ui.login that implement FormValidationListener | |
class |
ChangePasswordForm
A Form that allows a user to change their password by entering their old password, a new password, and a confirmation of their new password. |
class |
UserEditForm
Edits a user. |
class |
UserForm
Common code for user new / add / edit forms. |
class |
UserNewForm
Creates a new user. |
class |
UserRegistrationForm
A Bebop form that accepts login and password from the user and attempts to authenticate and then log in the user. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |