public class

PassthroughRenderer

extends AbstractRenderer<T>
java.lang.Object
   ↳ com.google.gwt.text.shared.AbstractRenderer<T>
     ↳ com.google.gwt.text.shared.testing.PassthroughRenderer

Class Overview

A no-op String renderer. This is rarely or never the right thing to use in production, but it's handy for tests.

Summary

Protected Constructors
PassthroughRenderer()
Public Methods
static Renderer<String> instance()
Returns the instance of the no-op renderer.
String render(String object)
[Expand]
Inherited Methods
From class com.google.gwt.text.shared.AbstractRenderer
From class java.lang.Object
From interface com.google.gwt.text.shared.Renderer

Protected Constructors

protected PassthroughRenderer ()

Public Methods

public static Renderer<String> instance ()

Returns the instance of the no-op renderer.

public String render (String object)