Uses of Class
org.uberfire.ext.layout.editor.client.components.container.Container
-
Packages that use Container Package Description org.uberfire.ext.layout.editor.client org.uberfire.ext.layout.editor.client.components.container org.uberfire.ext.layout.editor.client.infra -
-
Uses of Container in org.uberfire.ext.layout.editor.client
Method parameters in org.uberfire.ext.layout.editor.client with type arguments of type Container Modifier and Type Method Description voidLayoutEditorPresenter.View. setupDesign(org.uberfire.client.mvp.UberElement<Container> container)voidLayoutEditorView. setupDesign(org.uberfire.client.mvp.UberElement<Container> container)Constructors in org.uberfire.ext.layout.editor.client with parameters of type Container Constructor Description LayoutEditorPresenter(LayoutEditorPresenter.View view, Container container, LayoutGenerator layoutGenerator) -
Uses of Container in org.uberfire.ext.layout.editor.client.components.container
Methods in org.uberfire.ext.layout.editor.client.components.container with parameters of type Container Modifier and Type Method Description voidContainerView. init(Container presenter) -
Uses of Container in org.uberfire.ext.layout.editor.client.infra
Methods in org.uberfire.ext.layout.editor.client.infra with parameters of type Container Modifier and Type Method Description static org.uberfire.ext.layout.editor.api.editor.LayoutTemplateLayoutTemplateAdapter. convert(Container container)List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory>LayoutEditorCssHelper. getContainerPropertyCategories(Container container)
-