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

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

public class LastModifiedRenderer
extends Object
implements ColumnRenderer<LinkableObject>

Renders text displaying the last modified field, based on JSON returned by REST.


Field Summary
static LastModifiedRenderer INSTANCE
           
 
Method Summary
 void renderCell(com.google.gwt.dom.client.Element td, LinkableObject linkableObject)
          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
 

Field Detail

INSTANCE

public static final LastModifiedRenderer INSTANCE
Method Detail

renderCell

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


Copyright © 2003-2010 Atlassian. All Rights Reserved.