public class SharedPropertyRegistryKF
extends ej.property.registry.SimplePropertyRegistry
implements ej.wadapps.property.SharedPropertyRegistry, ej.kf.FeatureStateListener
Constructor and Description |
---|
SharedPropertyRegistryKF()
Creates a new shared registry KF.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProperty(java.lang.String key)
Searches for the property with the specified key in the property lists.
|
java.lang.String |
removeProperty(java.lang.String key) |
java.lang.String |
setProperty(java.lang.String key,
java.lang.String value) |
void |
stateChanged(ej.kf.Feature feature,
ej.kf.Feature.State previousState) |
checkPropertyPermission, getProperty
public SharedPropertyRegistryKF()
@Nullable public java.lang.String setProperty(java.lang.String key, java.lang.String value)
setProperty
in interface ej.property.PropertyRegistry
setProperty
in class ej.property.registry.SimplePropertyRegistry
@Nullable public java.lang.String removeProperty(java.lang.String key)
removeProperty
in interface ej.property.PropertyRegistry
removeProperty
in class ej.property.registry.SimplePropertyRegistry
@Nullable public java.lang.String getProperty(java.lang.String key)
getProperty
in interface ej.property.PropertyLoader
getProperty
in class ej.property.registry.SimplePropertyRegistry
key
- the property key.public void stateChanged(@Nullable ej.kf.Feature feature, @Nullable ej.kf.Feature.State previousState)
stateChanged
in interface ej.kf.FeatureStateListener