public class ConfigurationContext extends Object
| Constructor and Description |
|---|
ConfigurationContext(LayoutComponent component,
Command configurationFinish,
Command configurationCanceled) |
| Modifier and Type | Method and Description |
|---|---|
void |
configurationCancelled() |
void |
configurationFinished() |
Map<String,String> |
getComponentProperties() |
String |
getComponentProperty(String key) |
void |
removeComponentProperty(String key) |
void |
resetComponentProperties() |
void |
setComponentProperty(String key,
String property) |
public ConfigurationContext(LayoutComponent component, Command configurationFinish, Command configurationCanceled)
public void removeComponentProperty(String key)
public void resetComponentProperties()
public void configurationFinished()
public void configurationCancelled()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.