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. |
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 calculationdata
- the data for the group
- Returns:
- the html content