Caplin Trader 5.0.0

Class: module:ct-grid/refine/component/presenter/RefinerPresentationNode

module:ct-grid/refine/component/presenter/RefinerPresentationNode(templateName)

A TemplateAware PresentationNode responsible for sorting or filtering.

Constructor

new module:ct-grid/refine/component/presenter/RefinerPresentationNode(templateName)

Extends:
Parameters:
Name Type Description
templateName string

The name of the template with which to render the node

Implements:

Extends

Methods

(abstract) apply()

Apply the relevant action to the column.

(abstract) clear()

Set the column to unsorted/unfiltered.

getColumn()

Get the configured column.

getTemplateName()

Get the template id to render the node with

Implements:

setColumn(gridColumn)

Set the column which the node should control.

Parameters:
Name Type Description
gridColumn module:ct-grid/GridColumn