Class CompactButtonRendererFactory

    • Constructor Detail

      • CompactButtonRendererFactory

        public CompactButtonRendererFactory()
    • Method Detail

      • getRenderer

        public CompactButtonRenderer getRenderer​(InvokationContext<? extends ButtonAction> context)
        Description copied from interface: RendererFactory
        Get a renderer for a given context. This method may create a new instance or use an existing instance. If an existing instance is used, it must be thread-safe, since multiple threads may use the same renderer.
        Parameters:
        context - The current invokation context
        Returns:
        A renderer instance