Interface ComponentRenderer<T extends Component>
public interface ComponentRenderer<T extends Component>
A component renderer.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Component>
ComponentRenderer<T>noop()Returns a no-op component renderer.voidrender(T component, ComponentStringBuilder builder) Renders the specified component.
-
Method Details
-
noop
Returns a no-op component renderer.- Type Parameters:
T- the component type- Returns:
- the no-op component renderer
-
render
Renders the specified component.- Parameters:
component- the componentbuilder- the component string builder
-