Package br.com.davinti.vitruvio.ui.login
Interface ChangePasswordWithTokenView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
ChangePasswordWithTokenViewImpl
public interface ChangePasswordWithTokenView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonvoidPasswordFieldPasswordFieldvoidsetFeedback(String feedback) LabelMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
passwordField
PasswordField passwordField() -
conformPasswordField
PasswordField conformPasswordField() -
setFeedback
-
clearFeedback
void clearFeedback() -
applyButton
Button applyButton() -
userLabel
Label userLabel()
-