Class PerspectiveWidget
- java.lang.Object
-
- org.dashbuilder.client.cms.widget.PerspectiveWidget
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class PerspectiveWidget extends Object implements com.google.gwt.user.client.ui.IsWidget
Runtime perspective widget
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePerspectiveWidget.View
-
Constructor Summary
Constructors Constructor Description PerspectiveWidget(PerspectiveWidget.View view, org.dashbuilder.client.navigation.plugin.PerspectivePluginManager perspectivePluginManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()voidonPlugInDeleted(org.uberfire.ext.plugin.event.PluginDeleted event)voidonPlugInSaved(org.uberfire.ext.plugin.event.PluginSaved event)voidshowPerspective(String id)
-
-
-
Constructor Detail
-
PerspectiveWidget
@Inject public PerspectiveWidget(PerspectiveWidget.View view, org.dashbuilder.client.navigation.plugin.PerspectivePluginManager perspectivePluginManager)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
showPerspective
public void showPerspective(String id)
-
onPlugInSaved
public void onPlugInSaved(@Observes org.uberfire.ext.plugin.event.PluginSaved event)
-
onPlugInDeleted
public void onPlugInDeleted(@Observes org.uberfire.ext.plugin.event.PluginDeleted event)
-
-