Class ModalConfigurationContext
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.infra.ConfigurationContext
-
- org.uberfire.ext.layout.editor.client.api.ModalConfigurationContext
-
public class ModalConfigurationContext extends ConfigurationContext
This class provides the context required during to configure a layout component using a modal screen
-
-
Constructor Summary
Constructors Constructor Description ModalConfigurationContext(org.uberfire.ext.layout.editor.api.editor.LayoutComponent component, org.uberfire.mvp.Command configurationFinish, org.uberfire.mvp.Command configurationCanceled, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier)
-
Method Summary
-
Methods inherited from class org.uberfire.ext.layout.editor.client.infra.ConfigurationContext
configurationCancelled, configurationFinished, getComponentProperties, getComponentProperty, getConfigurationCanceled, getConfigurationFinish, getCurrentLayoutTemplate, getLayoutComponent, removeComponentProperty, resetComponentProperties, setComponentProperty, setConfigurationCanceled, setConfigurationFinish
-
-
-
-
Constructor Detail
-
ModalConfigurationContext
public ModalConfigurationContext(org.uberfire.ext.layout.editor.api.editor.LayoutComponent component, org.uberfire.mvp.Command configurationFinish, org.uberfire.mvp.Command configurationCanceled, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier)
-
-