com.extjs.gxt.ui.client.widget.grid
Interface SummaryRenderer


public interface SummaryRenderer

Returns the rendered content for a summary row.


Method Summary
 java.lang.String render(java.lang.Number value, java.util.Map<java.lang.String,java.lang.Number> data)
          Returns the html content for the summary row.
 

Method Detail

render

java.lang.String render(java.lang.Number value,
                        java.util.Map<java.lang.String,java.lang.Number> data)
Returns the html content for the summary row.

Parameters:
value - the summary calculation
data - the data for the group
Returns:
the html content