Uses of Class
de.xima.fc.gui.model.portal.LocalizationsViewModel
Packages that use LocalizationsViewModel
Package
Description
-
Uses of LocalizationsViewModel in de.xima.fc.gui.model.auth
Classes in de.xima.fc.gui.model.auth that implement interfaces with type arguments of type LocalizationsViewModelMethods in de.xima.fc.gui.model.auth that return LocalizationsViewModelMethods in de.xima.fc.gui.model.auth that return types with arguments of type LocalizationsViewModel -
Uses of LocalizationsViewModel in de.xima.fc.gui.model.portal
Classes in de.xima.fc.gui.model.portal with type parameters of type LocalizationsViewModelModifier and TypeInterfaceDescriptioninterfaceSubclasses of LocalizationsViewModel in de.xima.fc.gui.model.portalModifier and TypeClassDescriptionclassBase view model for the localization of a portal-related object.Methods in de.xima.fc.gui.model.portal that return LocalizationsViewModelModifier and TypeMethodDescriptionUserPortalViewModel.getDefaultAuthenticatorConfigLocalizations()Gets the localized values of the currently selected authenticator config, if any, using the default locale.UserPortalViewModel.getDefaultTagLocalizations()Gets the localized values of the currently selected tag, if any, for the default locale.UserPortalViewModel.getSelectedAuthenticatorConfigLocalizations()Gets the localized values of the currently selected authenticator config, if any, using the currently selected locale.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 LocalizationsViewModelModifier and TypeMethodDescriptionstatic Map<Locale, LocalizationsViewModel> LocalizationsViewModel.createLocalizations(ILocalizationProviding<?, ?> localizationProviding) UserPortalViewModel.getSelectedAuthenticatorConfigLocalizationsByLocale()Gets the localized values of the currently selected authenticator config, if any, grouped by locale.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
Classes in de.xima.fc.gui.model.project that implement interfaces with type arguments of type LocalizationsViewModelModifier and TypeClassDescriptionfinal classView model for the configuration UI of a project's tag.Methods in de.xima.fc.gui.model.project that return LocalizationsViewModelModifier and TypeMethodDescriptionProjectPortalTagViewModel.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 LocalizationsViewModelModifier and TypeMethodDescriptionProjectPortalTagViewModel.getLocalizations()Localized values for the entity for each locale.Method parameters in de.xima.fc.gui.model.project with type arguments of type LocalizationsViewModelModifier and TypeMethodDescriptionvoidProjectPortalTagViewModel.setLocalizations(Map<Locale, LocalizationsViewModel> localizations) Sets the localized values for the entity for each locale.