Class HTMLLayoutDragComponent
- java.lang.Object
-
- org.uberfire.ext.plugin.client.perspective.editor.layout.editor.HTMLLayoutDragComponent
-
- All Implemented Interfaces:
org.uberfire.ext.layout.editor.client.api.HasConfiguration,org.uberfire.ext.layout.editor.client.api.HasModalConfiguration,org.uberfire.ext.layout.editor.client.api.LayoutDragComponent,PerspectiveEditorCoreComponent
@Dependent public class HTMLLayoutDragComponent extends Object implements PerspectiveEditorCoreComponent, org.uberfire.ext.layout.editor.client.api.HasModalConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static StringHTML_CODE_PARAMETER
-
Constructor Summary
Constructors Constructor Description HTMLLayoutDragComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gwtbootstrap3.client.ui.ModalgetConfigurationModal(org.uberfire.ext.layout.editor.client.api.ModalConfigurationContext ctx)StringgetDragComponentIconClass()StringgetDragComponentTitle()com.google.gwt.user.client.ui.IsWidgetgetPreviewWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext container)List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory>getPropertyCategories(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent)com.google.gwt.user.client.ui.IsWidgetgetShowWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext context)
-
-
-
Field Detail
-
HTML_CODE_PARAMETER
public static final String HTML_CODE_PARAMETER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDragComponentTitle
public String getDragComponentTitle()
- Specified by:
getDragComponentTitlein interfaceorg.uberfire.ext.layout.editor.client.api.LayoutDragComponent
-
getDragComponentIconClass
public String getDragComponentIconClass()
- Specified by:
getDragComponentIconClassin interfaceorg.uberfire.ext.layout.editor.client.api.LayoutDragComponent
-
getPropertyCategories
public List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> getPropertyCategories(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent)
- Specified by:
getPropertyCategoriesin interfaceorg.uberfire.ext.layout.editor.client.api.LayoutDragComponent
-
getPreviewWidget
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext container)
- Specified by:
getPreviewWidgetin interfaceorg.uberfire.ext.layout.editor.client.api.LayoutDragComponent
-
getShowWidget
public com.google.gwt.user.client.ui.IsWidget getShowWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext context)
- Specified by:
getShowWidgetin interfaceorg.uberfire.ext.layout.editor.client.api.LayoutDragComponent
-
getConfigurationModal
public org.gwtbootstrap3.client.ui.Modal getConfigurationModal(org.uberfire.ext.layout.editor.client.api.ModalConfigurationContext ctx)
- Specified by:
getConfigurationModalin interfaceorg.uberfire.ext.layout.editor.client.api.HasModalConfiguration
-
-