Package br.com.davinti.vitruvio.ui.login
Interface ChangePasswordView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
ChangePasswordViewImpl
public interface ChangePasswordView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonButtonPasswordFieldPasswordFieldMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getPasswordField
PasswordField getPasswordField() -
getPasswordConfirmationField
PasswordField getPasswordConfirmationField() -
cancelButton
Button cancelButton() -
changeButton
Button changeButton()
-