import FactoryKey from 'flexicious-react-datagrid/js/flexgrid/grids/cache/FactoryKey.js'
FactoryKey
Extends:
TypedObject → FactoryKey
A class that is used as a key to group renderers that belong to specific factory and sub factory.
Constructor Summary
Public Constructor | ||
public |
constructor(factory: *, subFactory: *) |
Member Summary
Public Members | ||
public |
factory: * |
|
public |
subFactory: * |
Method Summary
Public Methods | ||
public |
|
|
public |
kill() |
Inherited Summary
From class TypedObject | ||
public |
typeCache: {} |
|
public |
|
|
public |
Returns a list of strings that represent the object hierarchy for this object. |
|
public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
Public Constructors
public constructor(factory: *, subFactory: *) source
Override:
TypedObject#constructorParams:
Name | Type | Attribute | Description |
factory | * | ||
subFactory | * |
Public Methods
public getClassNames(): string source
Returns a list of strings that represent the object hierarchy for this object.