Class LoginPageModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.LoginPageModel
-
- All Implemented Interfaces:
Serializable
public class LoginPageModel extends Object implements Serializable
This class represents the view model for the login page.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoginPageModel.Builder
-
Constructor Summary
Constructors Constructor Description LoginPageModel(LoginPageModel.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoginPageModel.Builderbuilder()StringgetLoginButtonLabel()StringgetPasswordForgotLinkLabel()StringgetPasswordLabel()StringgetSaveLoginLabel()StringgetSeparationLineLabel()StringgetSignupLinkLabel()StringgetSignupQuestion()StringgetUsernameLabel()
-
-
-
Constructor Detail
-
LoginPageModel
public LoginPageModel(LoginPageModel.Builder builder)
-
-
Method Detail
-
builder
public static LoginPageModel.Builder builder()
-
getUsernameLabel
public String getUsernameLabel()
-
getPasswordLabel
public String getPasswordLabel()
-
getSeparationLineLabel
public String getSeparationLineLabel()
-
getSignupLinkLabel
public String getSignupLinkLabel()
-
getSignupQuestion
public String getSignupQuestion()
-
getSaveLoginLabel
public String getSaveLoginLabel()
-
getPasswordForgotLinkLabel
public String getPasswordForgotLinkLabel()
-
getLoginButtonLabel
public String getLoginButtonLabel()
-
-