Uses of Class
de.xima.fc.gui.model.portal.LocalizationsViewModelWithFiles
Packages that use LocalizationsViewModelWithFiles
Package
Description
-
Uses of LocalizationsViewModelWithFiles in de.xima.fc.gui.helper.user_portal
Method parameters in de.xima.fc.gui.helper.user_portal with type arguments of type LocalizationsViewModelWithFilesModifier and TypeMethodDescriptionUserPortalViewHelper.createTextContentView(Supplier<LocalizationsViewModelWithFiles> localizationsSupplier, Map<String, UserPortalFileMeta> metaData, ETextContentViewEmptyMode emptyMode) Creates a map representing a view of thefilesfor the given localizations. -
Uses of LocalizationsViewModelWithFiles in de.xima.fc.gui.model.portal
Subinterfaces with type arguments of type LocalizationsViewModelWithFiles in de.xima.fc.gui.model.portalModifier and TypeInterfaceDescriptionstatic interfaceMethods in de.xima.fc.gui.model.portal that return LocalizationsViewModelWithFilesModifier and TypeMethodDescriptionUserPortalViewModel.getDefaultLocalizations()Gets the localized values of the portal for the currently selected language.UserPortalViewModel.getDefaultProjectLocalizations()Gets the localized values of the currently selected project (from the project tree), if any, using the default locale.UserPortalViewModel.getLocalizations(Locale locale) Gets the localized texts and files for the portal in a specific language.UserPortalViewModel.getSelectedLocalizations()Gets the localized values of the portal for the currently selected language.UserPortalViewModel.getSelectedProjectLocalizations()Gets the localized values of the currently selected project (from the project tree), if any, using the currently selected locale.Methods in de.xima.fc.gui.model.portal that return types with arguments of type LocalizationsViewModelWithFilesModifier and TypeMethodDescriptionstatic <TProviding extends ILocalizedScopedFilesProviding<?,?, ?> & ILocalizationProviding<?, ?>>
Map<Locale, LocalizationsViewModelWithFiles> LocalizationsViewModelWithFiles.createLocalizationWithFiles(TProviding providing) UserPortalViewModel.getLocalizations()Gets the localized texts and files for the portal.UserPortalViewModel.getSelectedProjectLocalizationsByLocale()Gets the localized values of the currently selected project (from the project tree), if any, gropued by locale.Method parameters in de.xima.fc.gui.model.portal with type arguments of type LocalizationsViewModelWithFilesModifier and TypeMethodDescriptionvoidUserPortalViewModel.setLocalizations(Map<Locale, LocalizationsViewModelWithFiles> localizations) Sets the localized texts and files for the portal. -
Uses of LocalizationsViewModelWithFiles in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project that return LocalizationsViewModelWithFilesModifier and TypeMethodDescriptionEndUserProjectConfigViewModel.getLocalizations(Locale locale) Gets the localizations for the given locale.Methods in de.xima.fc.gui.model.project that return types with arguments of type LocalizationsViewModelWithFilesModifier and TypeMethodDescriptionEndUserProjectConfigViewModel.getLocalizations()Gets a map with the localizations for each locale.