public final class AggregationSafeHtmlRenderer<M> extends AbstractAggregationSafeHtmlRenderer<M>
| Constructor and Description |
|---|
AggregationSafeHtmlRenderer(SafeHtml text) |
AggregationSafeHtmlRenderer(String text) |
| Modifier and Type | Method and Description |
|---|---|
SafeHtml |
render(int colIndex,
Grid<M> grid)
Returns the rendered HTML or Widget for the given cell.
|
renderIsWidgetpublic AggregationSafeHtmlRenderer(String text)
public AggregationSafeHtmlRenderer(SafeHtml text)
public final SafeHtml render(int colIndex, Grid<M> grid)
AggregationRenderercolIndex - the column indexgrid - the containing gridCopyright © 2012. All Rights Reserved.