Package org.dashbuilder.client.screens
Class RuntimeScreen
- java.lang.Object
-
- org.dashbuilder.client.screens.RuntimeScreen
-
@ApplicationScoped public class RuntimeScreen extends Object
The Main application screen that contains dashboards from a RuntimeModel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuntimeScreen.View
-
Field Summary
Fields Modifier and Type Field Description static StringIDstatic StringINDEX_PAGE_NAME
-
Constructor Summary
Constructors Constructor Description RuntimeScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScreenTitle()voidgoToIndex(List<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> templates)voidloadDashboards(RuntimeModel runtimeModel)voidsetKeepHistory(boolean keepHistory)RuntimeScreen.ViewworkbenchPart()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
INDEX_PAGE_NAME
public static final String INDEX_PAGE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getScreenTitle
public String getScreenTitle()
-
workbenchPart
public RuntimeScreen.View workbenchPart()
-
loadDashboards
public void loadDashboards(RuntimeModel runtimeModel)
-
goToIndex
public void goToIndex(List<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> templates)
-
setKeepHistory
public void setKeepHistory(boolean keepHistory)
-
-