The FieldDelegateFactory class specializes in creating the appropiate delegates for a given type. More...
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. | |
The FieldDelegateFactory class specializes in creating the appropiate delegates for a given type.
Definition at line 35 of file FieldDelegateFactory.py.
| 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.