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