Uses of Interface
org.dashbuilder.displayer.client.DisplayerListener
-
Packages that use DisplayerListener Package Description org.dashbuilder.displayer.client -
-
Uses of DisplayerListener in org.dashbuilder.displayer.client
Subinterfaces of DisplayerListener in org.dashbuilder.displayer.client Modifier and Type Interface Description interfaceDisplayerA Displayer takes care of drawing a DisplayerSettings instance.Classes in org.dashbuilder.displayer.client that implement DisplayerListener Modifier and Type Class Description classAbstractDisplayer<V extends AbstractDisplayer.View>Base class for implementing custom displayers.classAbstractDisplayerListenerBase class for implementing custom displayer listeners.classAbstractErraiDisplayer<V extends AbstractErraiDisplayer.View>Base class for implementing custom displayers where the view is implemented using Errai @Templated.classAbstractGwtDisplayer<V extends AbstractGwtDisplayer.View>Base class for implementing custom displayers where the view is implemented using GWT widgets.Fields in org.dashbuilder.displayer.client with type parameters of type DisplayerListener Modifier and Type Field Description protected List<DisplayerListener>AbstractDisplayer. listenerListprotected Set<DisplayerListener>DisplayerCoordinator. listenerSetMethods in org.dashbuilder.displayer.client with parameters of type DisplayerListener Modifier and Type Method Description voidAbstractDisplayer. addListener(DisplayerListener... listeners)voidDisplayer. addListener(DisplayerListener... listeners)Add a listener interested in receive events generated within this displayer component.voidDisplayerCoordinator. addListener(DisplayerListener... listeners)
-