Package org.dashbuilder.displayer.client
Class DisplayerLocator
- java.lang.Object
-
- org.dashbuilder.displayer.client.DisplayerLocator
-
@ApplicationScoped public class DisplayerLocator extends Object
The locator service for Displayer implementations.
-
-
Constructor Summary
Constructors Constructor Description DisplayerLocator()DisplayerLocator(org.dashbuilder.dataset.client.DataSetClientServices clientServices, org.dashbuilder.dataset.client.ClientDataSetManager clientDataSetManager, RendererManager rendererManager, ValueFormatterRegistry formatterRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayerlookupDisplayer(org.dashbuilder.displayer.DisplayerSettings target)Get the displayer component for the specified data displayer (with no data set attached).protected voidsetValueFormatters(Displayer displayer)
-
-
-
Constructor Detail
-
DisplayerLocator
public DisplayerLocator()
-
DisplayerLocator
@Inject public DisplayerLocator(org.dashbuilder.dataset.client.DataSetClientServices clientServices, org.dashbuilder.dataset.client.ClientDataSetManager clientDataSetManager, RendererManager rendererManager, ValueFormatterRegistry formatterRegistry)
-
-