@ApplicationScoped public class RuntimeScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuntimeScreen.View |
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
INDEX_PAGE_NAME |
| Constructor and Description |
|---|
RuntimeScreen() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScreenTitle() |
void |
goToIndex(List<LayoutTemplate> templates) |
void |
loadDashboards(RuntimeModel runtimeModel) |
RuntimeScreen.View |
workbenchPart() |
public static final String ID
public static final String INDEX_PAGE_NAME
public String getScreenTitle()
public RuntimeScreen.View workbenchPart()
public void loadDashboards(RuntimeModel runtimeModel)
public void goToIndex(List<LayoutTemplate> templates)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.