@ApplicationScoped public class ScreenLayoutDragComponent extends Object implements LayoutDragComponent, HasModalConfiguration
Modifier and Type | Field and Description |
---|---|
protected List<String> |
availableWorkbenchScreensIds |
static String |
PLACE_NAME_PARAMETER |
converter, FORMAT
Constructor and Description |
---|
ScreenLayoutDragComponent(PlaceManager placeManager) |
Modifier and Type | Method and Description |
---|---|
org.gwtbootstrap3.client.ui.Modal |
getConfigurationModal(ModalConfigurationContext ctx) |
String |
getDragComponentIconClass() |
String |
getDragComponentTitle() |
com.google.gwt.user.client.ui.IsWidget |
getPreviewWidget(RenderingContext ctx) |
com.google.gwt.user.client.ui.IsWidget |
getShowWidget(RenderingContext ctx) |
void |
observeEditComponentEventFromPropertyEditor(PropertyEditorChangeEvent event) |
void |
onNewPluginRegistered(NewPluginRegistered newPluginRegistered) |
void |
onPluginUnregistered(PluginUnregistered pluginUnregistered) |
void |
removeCurrentWidget(RenderingContext ctx) |
void |
setup() |
protected void |
updateScreensList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentPart, getPropertyCategories
public static final String PLACE_NAME_PARAMETER
@Inject public ScreenLayoutDragComponent(PlaceManager placeManager)
@PostConstruct public void setup()
public String getDragComponentTitle()
getDragComponentTitle
in interface LayoutDragComponent
public String getDragComponentIconClass()
getDragComponentIconClass
in interface LayoutDragComponent
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext ctx)
getPreviewWidget
in interface LayoutDragComponent
public void removeCurrentWidget(RenderingContext ctx)
removeCurrentWidget
in interface LayoutDragComponent
public com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext ctx)
getShowWidget
in interface LayoutDragComponent
public org.gwtbootstrap3.client.ui.Modal getConfigurationModal(ModalConfigurationContext ctx)
getConfigurationModal
in interface HasModalConfiguration
public void observeEditComponentEventFromPropertyEditor(@Observes PropertyEditorChangeEvent event)
public void onNewPluginRegistered(@Observes NewPluginRegistered newPluginRegistered)
public void onPluginUnregistered(@Observes PluginUnregistered pluginUnregistered)
protected void updateScreensList()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.