Uses of Class
de.xima.fc.gui.model.portal.LocalizationsViewModelWithFiles
-
Packages that use LocalizationsViewModelWithFiles Package Description de.xima.fc.gui.helper.user_portal de.xima.fc.gui.model.portal de.xima.fc.gui.model.project -
-
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 LocalizationsViewModelWithFiles Modifier and Type Method Description static Map<String,String>
UserPortalViewHelper. createTextContentView(Supplier<LocalizationsViewModelWithFiles> localizationsSupplier, Map<String,UserPortalFileMeta> metaData, ETextContentViewEmptyMode emptyMode)
Creates a map representing a view of thefiles
for the given localizations. -
Uses of LocalizationsViewModelWithFiles in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return LocalizationsViewModelWithFiles Modifier and Type Method Description LocalizationsViewModelWithFiles
UserPortalViewModel. getDefaultLocalizations()
Gets the localized values of the portal for the currently selected language.LocalizationsViewModelWithFiles
UserPortalViewModel. getDefaultProjectLocalizations()
Gets the localized values of the currently selected project (from the project tree), if any, using the default locale.LocalizationsViewModelWithFiles
UserPortalViewModel. getLocalizations(Locale locale)
Gets the localized texts and files for the portal in a specific language.LocalizationsViewModelWithFiles
UserPortalViewModel. getSelectedLocalizations()
Gets the localized values of the portal for the currently selected language.LocalizationsViewModelWithFiles
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 LocalizationsViewModelWithFiles Modifier and Type Method Description static <TProviding extends ILocalizedScopedFilesProviding<?,?,?> & ILocalizationProviding<?,?>>
Map<Locale,LocalizationsViewModelWithFiles>LocalizationsViewModelWithFiles. createLocalizationWithFiles(TProviding providing)
Map<Locale,LocalizationsViewModelWithFiles>
UserPortalViewModel. getLocalizations()
Gets the localized texts and files for the portal.Map<Locale,LocalizationsViewModelWithFiles>
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 LocalizationsViewModelWithFiles Modifier and Type Method Description void
UserPortalViewModel. 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 LocalizationsViewModelWithFiles Modifier and Type Method Description LocalizationsViewModelWithFiles
EndUserProjectConfigViewModel. 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 LocalizationsViewModelWithFiles Modifier and Type Method Description Map<Locale,LocalizationsViewModelWithFiles>
EndUserProjectConfigViewModel. getLocalizations()
Gets a map with the localizations for each locale.
-