Package | Description |
---|---|
org.dashbuilder.displayer.client |
Modifier and Type | Interface and Description |
---|---|
interface |
Displayer
A Displayer takes care of drawing a DisplayerSettings instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDisplayer<V extends AbstractDisplayer.View>
Base class for implementing custom displayers.
|
class |
AbstractDisplayerListener
Base class for implementing custom displayer listeners.
|
class |
AbstractErraiDisplayer<V extends AbstractErraiDisplayer.View>
Base class for implementing custom displayers where the view is implemented using Errai @Templated.
|
class |
AbstractGwtDisplayer<V extends AbstractGwtDisplayer.View>
Base class for implementing custom displayers where the view is implemented using GWT widgets.
|
Modifier and Type | Field and Description |
---|---|
protected List<DisplayerListener> |
AbstractDisplayer.listenerList |
protected Set<DisplayerListener> |
DisplayerCoordinator.listenerSet |
Modifier and Type | Method and Description |
---|---|
void |
DisplayerCoordinator.addListener(DisplayerListener... listeners) |
void |
Displayer.addListener(DisplayerListener... listeners)
Add a listener interested in receive events generated within this displayer component.
|
void |
AbstractDisplayer.addListener(DisplayerListener... listeners) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.