public interface ComponentConfigStore extends Store<ComponentConfigEvent,ComponentConfigStoreDelegate>
| Modifier and Type | Method and Description |
|---|---|
void |
setProperty(String componentName,
String name,
String value)
Sets the value of the specified configuration property.
|
void |
unsetProperty(String componentName,
String name)
Clears the value of the specified configuration property thus making
the property take on its default value.
|
hasDelegate, setDelegate, unsetDelegate