public class SharedPropertyRegistryKF
extends ej.property.registry.SimplePropertyRegistry
implements ej.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, getPropertypublic SharedPropertyRegistryKF()
@Nullable
public java.lang.String setProperty(java.lang.String key,
java.lang.String value)
setProperty in interface ej.property.PropertyRegistrysetProperty in class ej.property.registry.SimplePropertyRegistry@Nullable public java.lang.String removeProperty(java.lang.String key)
removeProperty in interface ej.property.PropertyRegistryremoveProperty in class ej.property.registry.SimplePropertyRegistry@Nullable public java.lang.String getProperty(java.lang.String key)
getProperty in interface ej.property.PropertyLoadergetProperty in class ej.property.registry.SimplePropertyRegistrykey - the property key.public void stateChanged(@Nullable
ej.kf.Feature feature,
@Nullable
ej.kf.Feature.State previousState)
stateChanged in interface ej.kf.FeatureStateListener