Class PerspectivesExplorerView
- java.lang.Object
-
- org.dashbuilder.client.cms.widget.PerspectivesExplorerView
-
- All Implemented Interfaces:
PerspectivesExplorer.View,org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<PerspectivesExplorer>,org.uberfire.client.mvp.UberElement<PerspectivesExplorer>
@Templated public class PerspectivesExplorerView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, PerspectivesExplorer.View
-
-
Constructor Summary
Constructors Constructor Description PerspectivesExplorerView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPerspective(String name, org.uberfire.mvp.Command onClicked)voidclear()voidinit(PerspectivesExplorer presenter)voidshowEmpty(String message)
-
-
-
Method Detail
-
init
public void init(PerspectivesExplorer presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<PerspectivesExplorer>
-
clear
public void clear()
- Specified by:
clearin interfacePerspectivesExplorer.View
-
addPerspective
public void addPerspective(String name, org.uberfire.mvp.Command onClicked)
- Specified by:
addPerspectivein interfacePerspectivesExplorer.View
-
showEmpty
public void showEmpty(String message)
- Specified by:
showEmptyin interfacePerspectivesExplorer.View
-
-