com.atlassian.confluence.plugins.linkbrowser.client.display
Class ContentTitleRenderer<T extends LinkableObject>

java.lang.Object
  extended by com.atlassian.confluence.plugins.linkbrowser.client.display.ContentTitleRenderer<T>
All Implemented Interfaces:
ColumnRenderer<T>

public class ContentTitleRenderer<T extends LinkableObject>
extends java.lang.Object
implements ColumnRenderer<T>


Constructor Summary
ContentTitleRenderer()
           
 
Method Summary
 void renderCell(com.google.gwt.dom.client.Element td, LinkableObject linkable)
          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

ContentTitleRenderer

public ContentTitleRenderer()
Method Detail

renderCell

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.