Class: CellEditors

CellEditors

Registry of cell editor constructors.

Constructor

new CellEditors()

Parameters:
Name Type Attributes Default Description
options.grid Hypergrid
options.private boolean <optional>
false

This instance will use a private registry.

Methods

create(name, optionsopt)

Lookup registered item and return a new instance thereof.

Parameters:
Name Type Attributes Description
name string

Name of a registered item.

options string <optional>

Properties to add to the instantiated item primarily for mustache use.

Returns:

New instance of the named item.