Package org.dashbuilder.client.screens
Interface DashboardsListScreen.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DashboardsListScreen>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<DashboardsListScreen>
- All Known Implementing Classes:
DashboardsListScreenView
- Enclosing class:
- DashboardsListScreen
public static interface DashboardsListScreen.View extends org.uberfire.client.mvp.UberElemental<DashboardsListScreen>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCard(DashboardCard card)voidclear()
-
-
-
Method Detail
-
addCard
void addCard(DashboardCard card)
-
clear
void clear()
-
-