@ApplicationScoped public class PerspectiveCoordinator extends Object
It also makes sure those instances are properly synced to reflect the data set manipulation requests issued by any Displayer on the dashboard.
| Constructor and Description |
|---|
PerspectiveCoordinator() |
PerspectiveCoordinator(DisplayerCoordinator coordinator) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDisplayer(Displayer displayer)
Adds a Displayer instance to the current perspective context.
|
void |
editOff()
Turn off the edition of the perspective
|
void |
editOn()
Turn on the edition of the perspective
|
List<Displayer> |
getDisplayerList() |
boolean |
removeDisplayer(Displayer displayer)
Removes a Displayer instance from the current perspective context.
|
public PerspectiveCoordinator()
@Inject public PerspectiveCoordinator(DisplayerCoordinator coordinator)
public void addDisplayer(Displayer displayer)
public boolean removeDisplayer(Displayer displayer)
public void editOn()
public void editOff()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.