Packagecom.flexicious.nestedtreedatagrid.caching
Classpublic class FactoryKey
InheritanceFactoryKey Inheritance Object

A class that is used as a key to group renderers that belong to specific factory and subfactory.



Public Properties
 PropertyDefined By
  factory : IFactory
FactoryKey
  subFactory : IFactory
FactoryKey
Public Methods
 MethodDefined By
  
FactoryKey(factory:IFactory, subFactory:IFactory)
FactoryKey
Property Detail
factoryproperty
public var factory:IFactory

subFactoryproperty 
public var subFactory:IFactory

Constructor Detail
FactoryKey()Constructor
public function FactoryKey(factory:IFactory, subFactory:IFactory)



Parameters
factory:IFactory
 
subFactory:IFactory