@Dependent public class PerspectiveWidget extends Object implements com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Class and Description |
---|---|
static interface |
PerspectiveWidget.View |
Constructor and Description |
---|
PerspectiveWidget(PerspectiveWidget.View view,
PerspectivePluginManager perspectivePluginManager) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
onPlugInDeleted(PluginDeleted event) |
void |
onPlugInSaved(PluginSaved event) |
void |
showPerspective(String id) |
@Inject public PerspectiveWidget(PerspectiveWidget.View view, PerspectivePluginManager perspectivePluginManager)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void showPerspective(String id)
public void onPlugInSaved(@Observes PluginSaved event)
public void onPlugInDeleted(@Observes PluginDeleted event)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.