Class PreferenceScopedValue<T>
- java.lang.Object
-
- org.uberfire.preferences.shared.impl.PreferenceScopedValue<T>
-
- Type Parameters:
T- Type of the preference value.
@Portable public class PreferenceScopedValue<T> extends Object
Represents a preference value and its scope.
-
-
Constructor Summary
Constructors Constructor Description PreferenceScopedValue(T value, PreferenceScope scope)
-
-
-
Constructor Detail
-
PreferenceScopedValue
public PreferenceScopedValue(T value, PreferenceScope scope)
-
-