Public Member Functions

Koo::Fields::FieldDelegateFactory::FieldDelegateFactory Class Reference

The FieldDelegateFactory class specializes in creating the appropiate delegates for a given type. More...

List of all members.

Public Member Functions

def scan
 Scans for all available delegates.
def create
 Creates a new delegate given type, parent and attributes.
def register
 Registers a new delegate, given it's name (or type) and reference to the class.

Detailed Description

The FieldDelegateFactory class specializes in creating the appropiate delegates for a given type.

Definition at line 35 of file FieldDelegateFactory.py.


Member Function Documentation

def Koo::Fields::FieldDelegateFactory::FieldDelegateFactory::create (   delegateType,
  parent,
  attributes 
)

Creates a new delegate given type, parent and attributes.

Definition at line 49 of file FieldDelegateFactory.py.

def Koo::Fields::FieldDelegateFactory::FieldDelegateFactory::register (   name,
  delegate 
)

Registers a new delegate, given it's name (or type) and reference to the class.

Definition at line 60 of file FieldDelegateFactory.py.

def Koo::Fields::FieldDelegateFactory::FieldDelegateFactory::scan (  ) 

Scans for all available delegates.

Definition at line 40 of file FieldDelegateFactory.py.


The documentation for this class was generated from the following file:
Generated by Doxygen