Class DragHelperComponentColumn
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.infra.DragHelperComponentColumn
-
@Dependent public class DragHelperComponentColumn extends Object
-
-
Constructor Summary
Constructors Constructor Description DragHelperComponentColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyCssProperties(com.google.gwt.user.client.ui.Widget widget, Map<String,String> properties)protected voidapplyCssPropertiesToLayoutComponent(org.jboss.errai.common.client.dom.HTMLElement widget)LayoutDragComponentgetLayoutDragComponent()List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory>getLayoutDragComponentProperties()org.jboss.errai.common.client.dom.HTMLElementgetPreviewElement(com.google.gwt.user.client.ui.Widget context)booleanhasModalConfiguration()voidsetup(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent, org.uberfire.ext.layout.editor.api.editor.LayoutTemplate.Style pageStyle)voidshowConfigModal(org.uberfire.mvp.Command configurationFinish, org.uberfire.mvp.Command configurationCanceled, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier)
-
-
-
Method Detail
-
getLayoutDragComponent
public LayoutDragComponent getLayoutDragComponent()
-
getLayoutDragComponentProperties
public List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> getLayoutDragComponentProperties()
-
hasModalConfiguration
public boolean hasModalConfiguration()
-
setup
public void setup(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent, org.uberfire.ext.layout.editor.api.editor.LayoutTemplate.Style pageStyle)
-
getPreviewElement
public org.jboss.errai.common.client.dom.HTMLElement getPreviewElement(com.google.gwt.user.client.ui.Widget context)
-
showConfigModal
public void showConfigModal(org.uberfire.mvp.Command configurationFinish, org.uberfire.mvp.Command configurationCanceled, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier)
-
applyCssPropertiesToLayoutComponent
protected void applyCssPropertiesToLayoutComponent(org.jboss.errai.common.client.dom.HTMLElement widget)
-
-