public class Wallboard extends Object
DashletSpec
objects.Constructor and Description |
---|
Wallboard()
Default constructor
|
Wallboard(Wallboard wallboard)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
List<DashletSpec> |
getDashletSpecs()
Returns the associated
DashletSpec instances. |
String |
getTitle()
Returns the title of this wallboard.
|
boolean |
isDefault()
Returns whether this wallboard is the default wallboard.
|
void |
setDefault(boolean defaultValue)
Sets the default value.
|
void |
setTitle(String title)
Sets the title of this wallboard.
|
public boolean isDefault()
public void setDefault(boolean defaultValue)
public void setTitle(String title)
title
- the name to be setpublic String getTitle()
public List<DashletSpec> getDashletSpecs()
DashletSpec
instances.DashletSpec
instances of this objectCopyright © 2021. All rights reserved.