Class ScreenLayoutDragComponent
- java.lang.Object
-
- org.uberfire.ext.plugin.client.perspective.editor.layout.editor.ScreenLayoutDragComponent
-
- 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
@ApplicationScoped public class ScreenLayoutDragComponent extends Object implements org.uberfire.ext.layout.editor.client.api.LayoutDragComponent, org.uberfire.ext.layout.editor.client.api.HasModalConfiguration
Disable for the time being => More details at https://issues.jboss.org/browse/AF-904
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>availableWorkbenchScreensIdsstatic StringPLACE_NAME_PARAMETER
-
Constructor Summary
Constructors Constructor Description ScreenLayoutDragComponent(org.uberfire.client.mvp.PlaceManager placeManager)
-
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 ctx)com.google.gwt.user.client.ui.IsWidgetgetShowWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext ctx)voidobserveEditComponentEventFromPropertyEditor(org.uberfire.ext.properties.editor.model.PropertyEditorChangeEvent event)voidonNewPluginRegistered(org.uberfire.ext.plugin.event.NewPluginRegistered newPluginRegistered)voidonPluginUnregistered(org.uberfire.ext.plugin.event.PluginUnregistered pluginUnregistered)voidremoveCurrentWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext ctx)voidsetup()protected voidupdateScreensList()
-
-
-
Field Detail
-
PLACE_NAME_PARAMETER
public static final String PLACE_NAME_PARAMETER
- See Also:
- Constant Field Values
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
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
-
getPreviewWidget
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext ctx)
- Specified by:
getPreviewWidgetin interfaceorg.uberfire.ext.layout.editor.client.api.LayoutDragComponent
-
removeCurrentWidget
public void removeCurrentWidget(org.uberfire.ext.layout.editor.client.api.RenderingContext ctx)
- Specified by:
removeCurrentWidgetin 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 ctx)
- 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
-
observeEditComponentEventFromPropertyEditor
public void observeEditComponentEventFromPropertyEditor(@Observes org.uberfire.ext.properties.editor.model.PropertyEditorChangeEvent event)
-
onNewPluginRegistered
public void onNewPluginRegistered(@Observes org.uberfire.ext.plugin.event.NewPluginRegistered newPluginRegistered)
-
onPluginUnregistered
public void onPluginUnregistered(@Observes org.uberfire.ext.plugin.event.PluginUnregistered pluginUnregistered)
-
updateScreensList
protected void updateScreensList()
-
-