Constructor
new module:caplin/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
-
setColumn(gridColumn)
-
Set the column which the node should control.
Parameters:
Name Type Description gridColumn
module:caplin/grid/GridColumn