Class GeneralLocalizationsModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.common.GeneralLocalizationsModel
-
- All Implemented Interfaces:
Serializable
public class GeneralLocalizationsModel extends Object implements Serializable
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeneralLocalizationsModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeneralLocalizationsModel.Builder
builder()
String
getBrowserRejectDialogHeader()
String
getBrowserRejectDialogText()
String
getCancelButtonLabel()
String
getHelpLinkTooltip()
String
getLanguageChooserTooltip()
String
getLoadingDialogLabel()
String
getTodayLabel()
String
getUserPortalTitle()
-
-
-
Method Detail
-
getBrowserRejectDialogHeader
public String getBrowserRejectDialogHeader()
-
getBrowserRejectDialogText
public String getBrowserRejectDialogText()
-
getCancelButtonLabel
public String getCancelButtonLabel()
-
getLoadingDialogLabel
public String getLoadingDialogLabel()
-
getTodayLabel
public String getTodayLabel()
-
getUserPortalTitle
public String getUserPortalTitle()
-
getHelpLinkTooltip
public String getHelpLinkTooltip()
-
getLanguageChooserTooltip
public String getLanguageChooserTooltip()
-
builder
public static GeneralLocalizationsModel.Builder builder()
-
-