public class ConfigurationContext extends Object
| Constructor and Description |
|---|
ConfigurationContext(LayoutComponent component,
com.google.gwt.user.client.ui.Panel container,
LayoutComponentView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
configurationCancelled() |
void |
configurationFinished() |
Map<String,String> |
getComponentProperties() |
String |
getComponentProperty(String key) |
com.google.gwt.user.client.ui.Panel |
getContainer() |
void |
removeComponentProperty(String key) |
void |
resetComponentProperties() |
void |
setComponentProperty(String key,
String property) |
public ConfigurationContext(LayoutComponent component, com.google.gwt.user.client.ui.Panel container, LayoutComponentView view)
public com.google.gwt.user.client.ui.Panel getContainer()
public void removeComponentProperty(String key)
public void resetComponentProperties()
public void configurationFinished()
public void configurationCancelled()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.