Uses of Class
de.xima.fc.gui.model.portal.UserPortalProjectConfigViewModel
-
Packages that use UserPortalProjectConfigViewModel Package Description de.xima.fc.gui.model.portal -
-
Uses of UserPortalProjectConfigViewModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return UserPortalProjectConfigViewModel Modifier and Type Method Description UserPortalProjectConfigViewModel
UserPortalViewModel. getSelectedProjectConfig()
Gets the configuration of the currently selected project (from the project tree), if any.Methods in de.xima.fc.gui.model.portal that return types with arguments of type UserPortalProjectConfigViewModel Modifier and Type Method Description Map<ProjectConfigKey,UserPortalProjectConfigViewModel>
UserPortalViewModel. getProjectConfigs()
Gets the project configurations for the portal.Method parameters in de.xima.fc.gui.model.portal with type arguments of type UserPortalProjectConfigViewModel Modifier and Type Method Description void
UserPortalViewModel. setProjectConfigs(Map<ProjectConfigKey,UserPortalProjectConfigViewModel> projectConfigs)
Sets the project configurations for the portal.
-