Caplin Trader 5.1.0

Class: module:ct-element/handler/grid/CombinedFilterHandler

module:ct-element/handler/grid/CombinedFilterHandler()

new module:ct-element/handler/grid/CombinedFilterHandler()

A CombinedFilterHandler handles filter changes when used in conjunction with a module:ct-control/basic/InputControl, usually specified in a rendereDefinitions.xml file. This class will either use a Range filter or a text filter depending on the underlying field type.

Implements:

Methods

initialise(renderer, attributes)

Allows the handler to perform any initialisation code on the renderer. This method is called after the renderer is bound to the view for the first time. Implementing this method is optional.

Parameters:
Name Type Description
renderer module:ct-element/Renderer

The renderer that is being initialised

attributes object

Any configuration parameters for this handler.

Implements: