Uses of Class
eu.webtoolkit.jwt.auth.RegistrationModel
Packages that use RegistrationModel
-
Uses of RegistrationModel in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return RegistrationModelModifier and TypeMethodDescriptionprotected RegistrationModelAuthWidget.getCreateRegistrationModel()Creates a registration model.RegistrationWidget.getModel()Returns the registration model.Methods in eu.webtoolkit.jwt.auth with parameters of type RegistrationModelModifier and TypeMethodDescriptionvoidRegistrationWidget.setModel(RegistrationModel model) Sets the registration model.Constructors in eu.webtoolkit.jwt.auth with parameters of type RegistrationModelModifierConstructorDescriptionUpdatePasswordWidget(User user, RegistrationModel registrationModel, AuthModel authModel) Constructor.UpdatePasswordWidget(User user, RegistrationModel registrationModel, AuthModel authModel, WContainerWidget parentContainer) Constructor.