Uses of Class
de.xima.fc.user_portal.view_model.pages.WelcomePageModel.Builder
Packages that use WelcomePageModel.Builder
-
Uses of WelcomePageModel.Builder in de.xima.fc.user_portal.view_model.pages
Methods in de.xima.fc.user_portal.view_model.pages that return WelcomePageModel.BuilderModifier and TypeMethodDescriptionstatic WelcomePageModel.BuilderWelcomePageModel.builder()Creates a new builder for configuring an instance of the welcome page model.WelcomePageModel.Builder.formsButtonLabel(String formsButtonLabel) Sets the display text for the forms button on the welcome page.WelcomePageModel.Builder.labelAccessibility(String labelAccessibility) Sets the display text for the accessibility page of the user portal.WelcomePageModel.Builder.labelDataPrivacy(String labelDataPrivacy) Sets the display text for the data privacy page of the user portal.Sets the display text for the help page of the user portal.WelcomePageModel.Builder.labelImprint(String labelImprint) Sets the display text for the imprint page of the user portal.WelcomePageModel.Builder.labelMailSupport(String labelMailSupport) Sets the display text for the email support page of the user portal.WelcomePageModel.Builder.labelTermsConditions(String labelTermsConditions) Sets the display text for the terms and conditions page of the user portal.WelcomePageModel.Builder.linkAccessibility(String linkAccessibility) Sets the link for the accessibility page of the user portal.WelcomePageModel.Builder.linkDataPrivacy(String linkDataPrivacy) Sets the link for the data privacy page of the user portal.Sets the link for the help page of the user portal.WelcomePageModel.Builder.linkImprint(String linkImprint) Sets the link for the imprint of the user portal.WelcomePageModel.Builder.linkMailSupport(String linkMailSupport) Sets the link for the email support page of the user portal.WelcomePageModel.Builder.linkTermsConditions(String linkTermsConditions) Sets the display text for the terms and conditions page of the user portal.WelcomePageModel.Builder.loginButtonLabel(String loginButtonLabel) Sets the display text for the login button on the welcome page.Sets the subtitle for the welcome page, displayed below the main title.Sets the main title for the welcome page.WelcomePageModel.Builder.userPortalLocalizations(DetailedUserPortalResource portal) Sets all properties from the localization of the given user portal resource.