com.atlassian.confluence.plugins.linkbrowser.client.display
Class AttachmentFilenameRenderer

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

public class AttachmentFilenameRenderer
extends Object
implements ColumnRenderer<LinkableAttachment>


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

AttachmentFilenameRenderer

public AttachmentFilenameRenderer()
Method Detail

renderCell

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.