Class DashboardsListScreenView
- java.lang.Object
-
- org.dashbuilder.client.screens.view.DashboardsListScreenView
-
- All Implemented Interfaces:
DashboardsListScreen.View,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.HasPresenter<DashboardsListScreen>,org.uberfire.client.mvp.UberElemental<DashboardsListScreen>
@Templated @Dependent public class DashboardsListScreenView extends Object implements DashboardsListScreen.View
-
-
Constructor Summary
Constructors Constructor Description DashboardsListScreenView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCard(DashboardCard card)voidclear()elemental2.dom.HTMLElementgetElement()voidinit(DashboardsListScreen presenter)
-
-
-
Method Detail
-
getElement
public elemental2.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.elemental2.IsElement
-
init
public void init(DashboardsListScreen presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<DashboardsListScreen>
-
addCard
public void addCard(DashboardCard card)
- Specified by:
addCardin interfaceDashboardsListScreen.View
-
clear
public void clear()
- Specified by:
clearin interfaceDashboardsListScreen.View
-
-