@Templated public class PerspectivesExplorerView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, PerspectivesExplorer.View
Constructor and Description |
---|
PerspectivesExplorerView() |
Modifier and Type | Method and Description |
---|---|
void |
addPerspective(String name,
Command onClicked) |
void |
clear() |
void |
init(PerspectivesExplorer presenter) |
void |
showEmpty(String message) |
public void init(PerspectivesExplorer presenter)
init
in interface HasPresenter<PerspectivesExplorer>
public void clear()
clear
in interface PerspectivesExplorer.View
public void addPerspective(String name, Command onClicked)
addPerspective
in interface PerspectivesExplorer.View
public void showEmpty(String message)
showEmpty
in interface PerspectivesExplorer.View
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.