Class 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
    • Constructor Detail

      • HTMLLayoutDragComponent

        public HTMLLayoutDragComponent()
    • Method Detail

      • getDragComponentTitle

        public String getDragComponentTitle()
        Specified by:
        getDragComponentTitle in interface org.uberfire.ext.layout.editor.client.api.LayoutDragComponent
      • getDragComponentIconClass

        public String getDragComponentIconClass()
        Specified by:
        getDragComponentIconClass in interface org.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:
        getPropertyCategories in interface org.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:
        getPreviewWidget in interface org.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:
        getShowWidget in interface org.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:
        getConfigurationModal in interface org.uberfire.ext.layout.editor.client.api.HasModalConfiguration