Package br.com.davinti.vitruvio.ui.login
Class ChangePasswordViewImpl
Object
ChangePasswordViewImpl
- All Implemented Interfaces:
View,ChangePasswordView,Serializable
@Component
@Scope("prototype")
public class ChangePasswordViewImpl
extends Object
implements ChangePasswordView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChangePasswordViewImpl
public ChangePasswordViewImpl()
-
-
Method Details
-
getPasswordField
public PasswordField getPasswordField()- Specified by:
getPasswordFieldin interfaceChangePasswordView
-
getPasswordConfirmationField
public PasswordField getPasswordConfirmationField()- Specified by:
getPasswordConfirmationFieldin interfaceChangePasswordView
-
cancelButton
public Button cancelButton()- Specified by:
cancelButtonin interfaceChangePasswordView
-
changeButton
public Button changeButton()- Specified by:
changeButtonin interfaceChangePasswordView
-
getTitle
- Specified by:
getTitlein interfaceView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-