Package | Description |
---|---|
org.opennms.features.vaadin.dashboard.config.ui | |
org.opennms.features.vaadin.dashboard.model | |
org.opennms.features.vaadin.dashboard.ui |
Modifier and Type | Method and Description |
---|---|
Wallboard |
WallboardEditor.getWallboard()
Returns the associated
Wallboard instance. |
Wallboard |
WallboardProvider.getWallboard(String title)
Returns the
Wallboard for the given title. |
Modifier and Type | Method and Description |
---|---|
com.vaadin.v7.data.util.BeanItemContainer<Wallboard> |
WallboardProvider.getBeanContainer()
Method to return the
BeanItemContainer associated with this object. |
Modifier and Type | Method and Description |
---|---|
void |
WallboardProvider.addWallboard(Wallboard wallboard)
This method adds a
Wallboard to this provider. |
boolean |
WallboardProvider.containsWallboard(Wallboard wallboard)
Checks whether this object contains a given
Wallboard instance. |
void |
WallboardConfigView.openWallboardEditor(Wallboard wallboard)
This method opens a
WallboardEditor for a given Wallboard . |
void |
WallboardProvider.removeWallboard(Wallboard wallboard)
This method removes a
Wallboard from this provider. |
Constructor and Description |
---|
PreviewClickListener(com.vaadin.ui.Component component,
Wallboard wallboard)
Constructor for creating new instances of this listener.
|
WallboardEditor(DashletSelector dashletSelector,
Wallboard wallboard)
Constructor used for instantiating a new object.
|
Modifier and Type | Method and Description |
---|---|
List<Wallboard> |
Wallboards.getWallboards()
|
Constructor and Description |
---|
Wallboard(Wallboard wallboard)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
HeaderLayout.gotoWallboard(Wallboard wallboard) |
Copyright © 2021. All rights reserved.