| Package | Description |
|---|---|
| de.alpharogroup.wicket.components.sign.in.password.change |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.Component |
ChangePasswordPanel.newCurrentPasswordTextField(String id,
org.apache.wicket.model.IModel<ChangePasswordModel> model)
Factory method for creating the PasswordTextField for the current password.
|
protected org.apache.wicket.Component |
ChangePasswordPanel.newPasswordTextField(String id,
org.apache.wicket.model.IModel<ChangePasswordModel> model)
Factory method for creating the PasswordTextField for the new password.
|
protected org.apache.wicket.Component |
ChangePasswordPanel.newRepeatPasswordTextField(String id,
org.apache.wicket.model.IModel<ChangePasswordModel> model)
Factory method for creating the PasswordTextField for the repeat password.
|
| Constructor and Description |
|---|
ChangePasswordFormPanel(String id,
org.apache.wicket.model.IModel<ChangePasswordModel> model) |
ChangePasswordPanel(String id,
org.apache.wicket.model.IModel<ChangePasswordModel> model)
Instantiates a new abstract change password panel.
|
Copyright © 2010–2015. All rights reserved.