Class PerspectivesExplorer
- java.lang.Object
-
- org.dashbuilder.client.cms.widget.PerspectivesExplorer
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
@Dependent public class PerspectivesExplorer extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePerspectivesExplorer.View
-
Constructor Summary
Constructors Constructor Description PerspectivesExplorer(PerspectivesExplorer.View view, org.dashbuilder.client.navigation.plugin.PerspectivePluginManager perspectivePluginManager, org.uberfire.ext.plugin.client.security.PluginController pluginController, org.uberfire.client.mvp.PlaceManager placeManager, ContentManagerI18n i18n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()voidonPerspectiveClick(org.uberfire.ext.plugin.model.Plugin plugin)voidonPerspectivePluginsChanged(org.dashbuilder.navigation.event.PerspectivePluginsChangedEvent event)voidshow()
-
-
-
Constructor Detail
-
PerspectivesExplorer
@Inject public PerspectivesExplorer(PerspectivesExplorer.View view, org.dashbuilder.client.navigation.plugin.PerspectivePluginManager perspectivePluginManager, org.uberfire.ext.plugin.client.security.PluginController pluginController, org.uberfire.client.mvp.PlaceManager placeManager, ContentManagerI18n i18n)
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
show
public void show()
-
onPerspectiveClick
public void onPerspectiveClick(org.uberfire.ext.plugin.model.Plugin plugin)
-
onPerspectivePluginsChanged
public void onPerspectivePluginsChanged(@Observes org.dashbuilder.navigation.event.PerspectivePluginsChangedEvent event)
-
-