|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.text.shared.AbstractRenderer<T>
T
- the type to renderpublic abstract class AbstractRenderer<T>
Abstract implementation of a renderer to make implementation of rendering simpler.
Constructor Summary | |
---|---|
AbstractRenderer()
|
Method Summary | |
---|---|
void |
render(T object,
java.lang.Appendable appendable)
Renders object as plain text, appended directly to appendable . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.gwt.text.shared.Renderer |
---|
render |
Constructor Detail |
---|
public AbstractRenderer()
Method Detail |
---|
public void render(T object, java.lang.Appendable appendable) throws java.io.IOException
Renderer
object
as plain text, appended directly to appendable
. Should never throw any exceptions except if appendable
throws an IOException
.
render
in interface Renderer<T>
java.io.IOException
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |