com.atlassian.gwt.client
Class JsoColumnRenderer

java.lang.Object
  extended by com.atlassian.gwt.client.JsoColumnRenderer
All Implemented Interfaces:
ColumnRenderer<com.google.gwt.core.client.JavaScriptObject>

public class JsoColumnRenderer
extends Object
implements ColumnRenderer<com.google.gwt.core.client.JavaScriptObject>


Constructor Summary
JsoColumnRenderer(String jsonField)
           
 
Method Summary
 void renderCell(com.google.gwt.dom.client.Element td, com.google.gwt.core.client.JavaScriptObject jso)
          Render and populate the contents of the table cell given with the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsoColumnRenderer

public JsoColumnRenderer(String jsonField)
Method Detail

renderCell

public void renderCell(com.google.gwt.dom.client.Element td,
                       com.google.gwt.core.client.JavaScriptObject jso)
Description copied from interface: ColumnRenderer
Render and populate the contents of the table cell given with the object. Implementations should take care of escaping any content added to the DOM elements.

Specified by:
renderCell in interface ColumnRenderer<com.google.gwt.core.client.JavaScriptObject>


Copyright © 2003-2011 Atlassian. All Rights Reserved.