Class PreferencesCentralInitializationEvent
- java.lang.Object
-
- org.uberfire.ext.preferences.client.event.PreferencesCentralInitializationEvent
-
public class PreferencesCentralInitializationEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description PreferencesCentralInitializationEvent(String preferenceIdentifier, org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.preferences.shared.PreferenceScope preferenceScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfogetCustomScopeResolutionStrategy()StringgetPreferenceIdentifier()org.uberfire.preferences.shared.PreferenceScopegetPreferenceScope()inthashCode()booleanisUseCustomScopeResolutionStrategy()
-
-
-
Constructor Detail
-
PreferencesCentralInitializationEvent
public PreferencesCentralInitializationEvent(String preferenceIdentifier, org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.preferences.shared.PreferenceScope preferenceScope)
-
-
Method Detail
-
getPreferenceIdentifier
public String getPreferenceIdentifier()
-
isUseCustomScopeResolutionStrategy
public boolean isUseCustomScopeResolutionStrategy()
-
getCustomScopeResolutionStrategy
public org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo getCustomScopeResolutionStrategy()
-
getPreferenceScope
public org.uberfire.preferences.shared.PreferenceScope getPreferenceScope()
-
-