Caplin Trader 4.2.0

Class: module:caplin/grid/refine/component/presenter/RefinerSummaryPresentationModel

module:caplin/grid/refine/component/presenter/RefinerSummaryPresentationModel

Constructor

new module:caplin/grid/refine/component/presenter/RefinerSummaryPresentationModel()

A module:caplin/presenter/PresentationModel used to display a summary of which filters and sorts are applied to a grid. This class is intended to be used with the 'caplin.grid.refine.refiner-summary' HTML template.
Extends:
Implements:

Extends

Methods

initialise(columnModel)

Initialise the summary panel, making it display filter and sort data for a given module:caplin/grid/GridColumnModel.
Parameters:
Name Type Description
columnModel module:caplin/grid/GridColumnModel The column model of the grid that this summary panel will display filter and sort data for.

onClose()

Implements: