Package br.com.davinti.vitruvio.ui.login
Class ChangePasswordWithTokenViewImpl
Object
ChangePasswordWithTokenViewImpl
- All Implemented Interfaces:
View,ChangePasswordWithTokenView,Serializable
@Component
@Scope("prototype")
public class ChangePasswordWithTokenViewImpl
extends Object
implements ChangePasswordWithTokenView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionButtonvoidPasswordFieldgetTitle()ComponentPasswordFieldvoidsetFeedback(String feedback) Label
-
Constructor Details
-
ChangePasswordWithTokenViewImpl
public ChangePasswordWithTokenViewImpl()
-
-
Method Details
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
passwordField
public PasswordField passwordField()- Specified by:
passwordFieldin interfaceChangePasswordWithTokenView
-
applyButton
public Button applyButton()- Specified by:
applyButtonin interfaceChangePasswordWithTokenView
-
setFeedback
- Specified by:
setFeedbackin interfaceChangePasswordWithTokenView
-
clearFeedback
public void clearFeedback()- Specified by:
clearFeedbackin interfaceChangePasswordWithTokenView
-
conformPasswordField
public PasswordField conformPasswordField()- Specified by:
conformPasswordFieldin interfaceChangePasswordWithTokenView
-
userLabel
public Label userLabel()- Specified by:
userLabelin interfaceChangePasswordWithTokenView
-