@ApplicationScoped public class ScreenLayoutDragComponent extends Object implements PerspectiveEditorDragComponent, HasModalConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
availableWorkbenchScreensIds |
static String |
PLACE_NAME_PARAMETER |
converter, FORMAT| Constructor and Description |
|---|
ScreenLayoutDragComponent() |
| Modifier and Type | Method and Description |
|---|---|
org.gwtbootstrap3.client.ui.Modal |
getConfigurationModal(ModalConfigurationContext ctx) |
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 |
setup() |
protected void |
updateScreensList() |
public static final String PLACE_NAME_PARAMETER
@PostConstruct public void setup()
public String getDragComponentTitle()
getDragComponentTitle in interface LayoutDragComponentpublic com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext ctx)
getPreviewWidget 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–2016 JBoss by Red Hat. All rights reserved.