Uses of Class
de.xima.fc.gui.model.portal.UserPortalLocalizationsViewModel
-
Packages that use UserPortalLocalizationsViewModel Package Description de.xima.fc.gui.model.portal -
-
Uses of UserPortalLocalizationsViewModel in de.xima.fc.gui.model.portal
Classes in de.xima.fc.gui.model.portal with type parameters of type UserPortalLocalizationsViewModel Modifier and Type Interface Description interfaceILocalizationsViewModelProviding<T extends UserPortalLocalizationsViewModel>Subclasses of UserPortalLocalizationsViewModel in de.xima.fc.gui.model.portal Modifier and Type Class Description classUserPortalLocalizationsViewModelWithFilesBase view model for the localization of a portal-related object.Methods in de.xima.fc.gui.model.portal that return UserPortalLocalizationsViewModel Modifier and Type Method Description UserPortalLocalizationsViewModelUserPortalViewModel. getDefaultAuthenticatorConfigLocalizations()Gets the localized values of the currently selected authenticator config, if any, using the default locale.UserPortalLocalizationsViewModelUserPortalViewModel. getDefaultTagLocalizations()Gets the localized values of the currently selected tag, if any, for the default locale.UserPortalLocalizationsViewModelUserPortalAuthenticatorViewModel. getLocalizations(Locale locale)UserPortalLocalizationsViewModelUserPortalProjectTagViewModel. getLocalizations(Locale locale)Gets the localized values for the tag for the given locale.UserPortalLocalizationsViewModelUserPortalViewModel. getSelectedAuthenticatorConfigLocalizations()Gets the localized values of the currently selected authenticator config, if any, using the currently selected locale.UserPortalLocalizationsViewModelUserPortalViewModel. getSelectedTagLocalizations()Gets the localized values of the currently selected tag, if any, for the currently selected locale.Methods in de.xima.fc.gui.model.portal that return types with arguments of type UserPortalLocalizationsViewModel Modifier and Type Method Description Map<Locale,UserPortalLocalizationsViewModel>UserPortalAuthenticatorViewModel. getLocalizations()Map<Locale,UserPortalLocalizationsViewModel>UserPortalProjectTagViewModel. getLocalizations()Localized values for the tag for each locale.Map<Locale,UserPortalLocalizationsViewModel>UserPortalViewModel. getSelectedAuthenticatorConfigLocalizationsByLocale()Gets the localized values of the currently selected authenticator config, if any, grouped by locale.Map<Locale,UserPortalLocalizationsViewModel>UserPortalViewModel. getSelectedTagLocalizationsByLocale()Gets the localized values of the currently selected tag, if any, grouped by locale.Method parameters in de.xima.fc.gui.model.portal with type arguments of type UserPortalLocalizationsViewModel Modifier and Type Method Description voidUserPortalProjectTagViewModel. setLocalizations(Map<Locale,UserPortalLocalizationsViewModel> localizations)Sets the localized values for the tag for each locale.
-