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