Class PerspectivesExplorerScreen
- java.lang.Object
-
- org.dashbuilder.client.cms.screen.explorer.PerspectivesExplorerScreen
-
@Dependent public class PerspectivesExplorerScreen extends Object
-
-
Constructor Summary
Constructors Constructor Description PerspectivesExplorerScreen()PerspectivesExplorerScreen(PerspectivesExplorer perspectivesExplorer, NewPerspectivePopUp newPerspectivePopUp, ContentManagerI18n i18n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateNewPerspective()voidgetMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)StringgetTitle()org.jboss.errai.common.client.api.IsElementgetView()voidinit()
-
-
-
Field Detail
-
SCREEN_ID
public static final String SCREEN_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerspectivesExplorerScreen
public PerspectivesExplorerScreen()
-
PerspectivesExplorerScreen
@Inject public PerspectivesExplorerScreen(PerspectivesExplorer perspectivesExplorer, NewPerspectivePopUp newPerspectivePopUp, ContentManagerI18n i18n)
-
-