Home | Trees | Indices | Help |
|
---|
|
object --+ | form_field_factory.IFormFieldFactory --+ | object --+ | | | table_field_factory.ITableFieldFactory --+ | DefaultFieldFactory
This class contains a basic implementation for both IFormFieldFactory and ITableFieldFactory. The class is singleton, use get method to get reference to the instance.
There are also some static helper methods available for custom built field factories.
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|
|||
INSTANCE = DefaultFieldFactory()
|
|
|||
Inherited from |
|
Singleton method to get an instance of DefaultFieldFactory.
|
Creates a field based on the item, property id and the component (most commonly Form) where the Field will be presented.
|
If name follows method naming conventions, convert the name to spaced upper case text. For example, convert "firstName" to "First Name"
|
Creates fields based on the property type. The default field type is TextField. Other field types generated by this method:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:01:24 2013 | http://epydoc.sourceforge.net |