com.sencha.gxt.widget.core.client.grid
Class AggregationSafeHtmlRenderer<M>

java.lang.Object
  extended by com.sencha.gxt.widget.core.client.grid.AggregationSafeHtmlRenderer<M>
All Implemented Interfaces:
AggregationRenderer<M>

public final class AggregationSafeHtmlRenderer<M>
extends java.lang.Object
implements AggregationRenderer<M>


Constructor Summary
AggregationSafeHtmlRenderer(SafeHtml text)
           
AggregationSafeHtmlRenderer(java.lang.String text)
           
 
Method Summary
 SafeHtml render(int colIndex, Grid<M> grid)
          Returns the rendered HTML or Widget for the given cell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationSafeHtmlRenderer

public AggregationSafeHtmlRenderer(java.lang.String text)

AggregationSafeHtmlRenderer

public AggregationSafeHtmlRenderer(SafeHtml text)
Method Detail

render

public final SafeHtml render(int colIndex,
                             Grid<M> grid)
Description copied from interface: AggregationRenderer
Returns the rendered HTML or Widget for the given cell.

Specified by:
render in interface AggregationRenderer<M>
Parameters:
colIndex - the column index
grid - the containing grid


Copyright © 2012. All Rights Reserved.