Interface ComponentRendererProvider


public interface ComponentRendererProvider
A component renderer provider.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Component>
    @Nullable ComponentRenderer<T>
    getRenderer(T component)
    Returns a renderer for the specified component.
  • Method Details

    • getRenderer

      <T extends Component> @Nullable ComponentRenderer<T> getRenderer(T component)
      Returns a renderer for the specified component.
      Type Parameters:
      T - the component type
      Parameters:
      component - the component
      Returns:
      the renderer or null if no renderer is available