Uses of Class
de.xima.fc.gui.model.portal.LocalizationsViewModel
-
Packages that use LocalizationsViewModel Package Description de.xima.fc.gui.model.auth de.xima.fc.gui.model.portal de.xima.fc.gui.model.project -
-
Uses of LocalizationsViewModel in de.xima.fc.gui.model.auth
Methods in de.xima.fc.gui.model.auth that return LocalizationsViewModel Modifier and Type Method Description LocalizationsViewModel
AuthenticatorConfigViewModel. getLocalizations(Locale locale)
Methods in de.xima.fc.gui.model.auth that return types with arguments of type LocalizationsViewModel Modifier and Type Method Description Map<Locale,LocalizationsViewModel>
AuthenticatorConfigViewModel. getLocalizations()
-
Uses of LocalizationsViewModel in de.xima.fc.gui.model.portal
Classes in de.xima.fc.gui.model.portal with type parameters of type LocalizationsViewModel Modifier and Type Interface Description interface
ILocalizationsViewModelProviding<T extends LocalizationsViewModel>
Subclasses of LocalizationsViewModel in de.xima.fc.gui.model.portal Modifier and Type Class Description class
LocalizationsViewModelWithFiles
Base view model for the localization of a portal-related object.Methods in de.xima.fc.gui.model.portal that return LocalizationsViewModel Modifier and Type Method Description LocalizationsViewModel
UserPortalViewModel. getDefaultAuthenticatorConfigLocalizations()
Gets the localized values of the currently selected authenticator config, if any, using the default locale.LocalizationsViewModel
UserPortalViewModel. getDefaultTagLocalizations()
Gets the localized values of the currently selected tag, if any, for the default locale.LocalizationsViewModel
UserPortalViewModel. getSelectedAuthenticatorConfigLocalizations()
Gets the localized values of the currently selected authenticator config, if any, using the currently selected locale.LocalizationsViewModel
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 LocalizationsViewModel Modifier and Type Method Description static Map<Locale,LocalizationsViewModel>
LocalizationsViewModel. createLocalizations(ILocalizationProviding<?,?> localizationProviding)
Map<Locale,LocalizationsViewModel>
UserPortalViewModel. getSelectedAuthenticatorConfigLocalizationsByLocale()
Gets the localized values of the currently selected authenticator config, if any, grouped by locale.Map<Locale,LocalizationsViewModel>
UserPortalViewModel. getSelectedTagLocalizationsByLocale()
Gets the localized values of the currently selected tag, if any, grouped by locale. -
Uses of LocalizationsViewModel in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project that return LocalizationsViewModel Modifier and Type Method Description LocalizationsViewModel
ProjectPortalTagViewModel. getLocalizations(Locale locale)
Gets the localized values for the entity for the given locale.Methods in de.xima.fc.gui.model.project that return types with arguments of type LocalizationsViewModel Modifier and Type Method Description Map<Locale,LocalizationsViewModel>
ProjectPortalTagViewModel. getLocalizations()
Localized values for the entity for each locale.Method parameters in de.xima.fc.gui.model.project with type arguments of type LocalizationsViewModel Modifier and Type Method Description void
ProjectPortalTagViewModel. setLocalizations(Map<Locale,LocalizationsViewModel> localizations)
Sets the localized values for the entity for each locale.
-