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 interface
ILocalizationsViewModelProviding<T extends UserPortalLocalizationsViewModel>
Subclasses of UserPortalLocalizationsViewModel in de.xima.fc.gui.model.portal Modifier and Type Class Description class
UserPortalLocalizationsViewModelWithFiles
Base 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 UserPortalLocalizationsViewModel
UserPortalViewModel. getDefaultAuthenticatorConfigLocalizations()
Gets the localized values of the currently selected authenticator config, if any, using the default locale.UserPortalLocalizationsViewModel
UserPortalViewModel. getDefaultTagLocalizations()
Gets the localized values of the currently selected tag, if any, for the default locale.UserPortalLocalizationsViewModel
UserPortalAuthenticatorViewModel. getLocalizations(Locale locale)
UserPortalLocalizationsViewModel
UserPortalProjectTagViewModel. getLocalizations(Locale locale)
Gets the localized values for the tag for the given locale.UserPortalLocalizationsViewModel
UserPortalViewModel. getSelectedAuthenticatorConfigLocalizations()
Gets the localized values of the currently selected authenticator config, if any, using the currently selected locale.UserPortalLocalizationsViewModel
UserPortalViewModel. 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 void
UserPortalProjectTagViewModel. setLocalizations(Map<Locale,UserPortalLocalizationsViewModel> localizations)
Sets the localized values for the tag for each locale.
-