public class Dashboard extends UC4Object
| Constructor and Description |
|---|
Dashboard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDashboard()
Gets the content of the Dashboard tab.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
void |
setDashboard(String dashboard)
Sets the content of the Dashboard tab.
|
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Objectpublic Header header()
public String getDashboard()
public void setDashboard(String dashboard)
dashboard - Content of the Dashboard tab.Copyright © 2021. All rights reserved.