Home Reference Source
public class | source

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

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

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#constructor

Params:

NameTypeAttributeDescription
factory *
subFactory *

Public Members

public factory: * source

public subFactory: * source

Public Methods

public getClassNames(): string source

Returns a list of strings that represent the object hierarchy for this object.

Override:

TypedObject#getClassNames

Return:

string

public kill() source