@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, waitgetPropertyCategoriespublic static final String PLACE_NAME_PARAMETER
@Inject public ScreenLayoutDragComponent(PlaceManager placeManager)
@PostConstruct public void setup()
public String getDragComponentTitle()
getDragComponentTitle in interface LayoutDragComponentpublic String getDragComponentIconClass()
getDragComponentIconClass in interface LayoutDragComponentpublic com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext ctx)
getPreviewWidget in interface LayoutDragComponentpublic void removeCurrentWidget(RenderingContext ctx)
removeCurrentWidget in interface LayoutDragComponentpublic com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext ctx)
getShowWidget in interface LayoutDragComponentpublic org.gwtbootstrap3.client.ui.Modal getConfigurationModal(ModalConfigurationContext ctx)
getConfigurationModal in interface HasModalConfigurationpublic void observeEditComponentEventFromPropertyEditor(@Observes
PropertyEditorChangeEvent event)
public void onNewPluginRegistered(@Observes
NewPluginRegistered newPluginRegistered)
public void onPluginUnregistered(@Observes
PluginUnregistered pluginUnregistered)
protected void updateScreensList()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.