Caplin Trader 4.8.0

Interface: module:caplin/grid/refine/GridColumnRefiner

module:caplin/grid/refine/GridColumnRefiner

Interface allowing implementors to manage the filtering and sorting of a grid column. It emits module:caplin/grid/refine/GridColumnRefinerEvents#event:REFINER_ACTION_COMPLETE to signify that it is to be closed.
Implementations:

Methods

setColumn(gridColumn)

Parameters:
Name Type Description
gridColumn module:caplin/grid/GridColumn The column that the GridColumnRefiner should be given control of.
Implementations: