Uses of Class
org.uberfire.backend.server.cdi.workspace.WorkspaceManagerPreferences
-
Packages that use WorkspaceManagerPreferences Package Description org.uberfire.backend.server.cdi.workspace -
-
Uses of WorkspaceManagerPreferences in org.uberfire.backend.server.cdi.workspace
Subclasses of WorkspaceManagerPreferences in org.uberfire.backend.server.cdi.workspace Modifier and Type Class Description classWorkspaceManagerPreferencesBeanGeneratedImplclassWorkspaceManagerPreferencesPortableGeneratedImplMethods in org.uberfire.backend.server.cdi.workspace that return WorkspaceManagerPreferences Modifier and Type Method Description WorkspaceManagerPreferencesWorkspaceManagerPreferences. defaultValue(WorkspaceManagerPreferences defaultValue)Methods in org.uberfire.backend.server.cdi.workspace that return types with arguments of type WorkspaceManagerPreferences Modifier and Type Method Description Class<WorkspaceManagerPreferences>WorkspaceManagerPreferencesPortableGeneratedImpl. getPojoClass()Methods in org.uberfire.backend.server.cdi.workspace with parameters of type WorkspaceManagerPreferences Modifier and Type Method Description WorkspaceManagerPreferencesWorkspaceManagerPreferences. defaultValue(WorkspaceManagerPreferences defaultValue)Method parameters in org.uberfire.backend.server.cdi.workspace with type arguments of type WorkspaceManagerPreferences Modifier and Type Method Description voidWorkspaceManagerPreferencesBeanGeneratedImpl. load(org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidWorkspaceManagerPreferencesBeanGeneratedImpl. load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Constructors in org.uberfire.backend.server.cdi.workspace with parameters of type WorkspaceManagerPreferences Constructor Description WorkspaceManager(WorkspaceManagerPreferences workspaceManagerPreferences)
-