Interface ComponentRendererProvider
public interface ComponentRendererProvider
A component renderer provider.
-
Method Summary
Modifier and TypeMethodDescription<T extends Component>
@Nullable ComponentRenderer<T>getRenderer(T component) Returns a renderer for the specified component.
-
Method Details
-
getRenderer
Returns a renderer for the specified component.- Type Parameters:
T- the component type- Parameters:
component- the component- Returns:
- the renderer or
nullif no renderer is available
-