Class DisplayerLocator


  • @ApplicationScoped
    public class DisplayerLocator
    extends Object
    The locator service for Displayer implementations.
    • 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)
    • Method Detail

      • lookupDisplayer

        public Displayer lookupDisplayer​(org.dashbuilder.displayer.DisplayerSettings target)
        Get the displayer component for the specified data displayer (with no data set attached).
      • setValueFormatters

        protected void setValueFormatters​(Displayer displayer)