Package | Description |
---|---|
org.uberfire.preferences.shared | |
org.uberfire.preferences.shared.impl |
Modifier and Type | Method and Description |
---|---|
PreferenceScope |
PreferenceScopeFactory.createScope(PreferenceScope... scopes)
Builds a new preference scope, that contains the following ones as child scopes.
|
PreferenceScope |
PreferenceScopeFactory.createScope(String type)
Builds a new preference scope, that does not require a custom key.
|
PreferenceScope |
PreferenceScopeFactory.createScope(String type,
PreferenceScope childScope)
Builds a new preference scope, that does not require a custom key, and has the passed child scope.
|
PreferenceScope |
PreferenceScopeFactory.createScope(String type,
String key)
Builds a new preference scope, that requires a custom key.
|
PreferenceScope |
PreferenceScopeFactory.createScope(String type,
String key,
PreferenceScope childScope)
Builds a new preference scope, that requires a custom key, and has the passed child scope.
|
String |
PreferenceScopeTypes.getDefaultKeyFor(String type)
Returns the default key for a type.
|
boolean |
PreferenceScopeTypes.typeRequiresKey(String type)
Checks if a scope type requires a custom key.
|
void |
PreferenceScopeValidator.validate(PreferenceScope scope)
Checks if a scope is valid.
|
Modifier and Type | Method and Description |
---|---|
PreferenceScope |
PreferenceScopeFactoryImpl.createScope(PreferenceScope... scopes) |
PreferenceScope |
PreferenceScopeFactoryImpl.createScope(String type) |
PreferenceScope |
PreferenceScopeFactoryImpl.createScope(String type,
PreferenceScope childScope) |
PreferenceScope |
PreferenceScopeFactoryImpl.createScope(String type,
String key) |
PreferenceScope |
PreferenceScopeFactoryImpl.createScope(String type,
String key,
PreferenceScope childScope) |
String |
DefaultPreferenceScopeTypes.getDefaultKeyFor(String type) |
boolean |
DefaultPreferenceScopeTypes.typeRequiresKey(String type) |
void |
PreferenceScopeValidatorImpl.validate(PreferenceScope scope) |
protected void |
DefaultPreferenceScopeTypes.validateType(String type) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.