Package org.dashbuilder.client.screens
Class DashboardsListScreen
- java.lang.Object
-
- org.dashbuilder.client.screens.DashboardsListScreen
-
@ApplicationScoped public class DashboardsListScreen extends Object
Screen that shows a list of dashboards available in a MULTI dashboards installation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDashboardsListScreen.View
-
Constructor Summary
Constructors Constructor Description DashboardsListScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()StringgetScreenTitle()voidinit()voidloadList(List<String> dashboardsNames)voidonModelRemoved(RemovedRuntimeModelEvent event)voidonModelUpdated(UpdatedRuntimeModelEvent event)DashboardsListScreen.ViewworkbenchPart()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getScreenTitle
public String getScreenTitle()
-
workbenchPart
public DashboardsListScreen.View workbenchPart()
-
clear
public void clear()
-
onModelUpdated
public void onModelUpdated(@Observes UpdatedRuntimeModelEvent event)
-
onModelRemoved
public void onModelRemoved(@Observes RemovedRuntimeModelEvent event)
-
-