@Templated @Dependent public class DashboardsListScreenView extends Object implements DashboardsListScreen.View
| Constructor and Description |
|---|
DashboardsListScreenView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCard(DashboardCard card) |
void |
clear() |
elemental2.dom.HTMLElement |
getElement() |
void |
init(DashboardsListScreen presenter) |
public elemental2.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.elemental2.IsElementpublic void init(DashboardsListScreen presenter)
init in interface HasPresenter<DashboardsListScreen>public void addCard(DashboardCard card)
addCard in interface DashboardsListScreen.Viewpublic void clear()
clear in interface DashboardsListScreen.ViewCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.