com.atlassian.gwt.client
Interface ColumnRenderer<T>

All Known Implementing Classes:
AttachmentFilenameRenderer, ContentTitleRenderer, JsoColumnRenderer, LastModifiedRenderer, SpaceRenderer

public interface ColumnRenderer<T>

Renders the content for a table cell in the DataTable.


Method Summary
 void renderCell(com.google.gwt.dom.client.Element td, T t)
          Render and populate the contents of the table cell given with the object.
 

Method Detail

renderCell

void renderCell(com.google.gwt.dom.client.Element td,
                T t)
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.



Copyright © 2003-2010 Atlassian. All Rights Reserved.