Feature #9396
Factory for element objects
| Status: | Accepted | Start date: | 2010-08-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Andreas Wolf | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Complexity: | ||||
| Votes: | 0 |
Description
There should be a factory for element objects. This factory will create the objects and put them into the right context (which it has been given beforehand).
It still has to be decided if the factory should be coupled to a FormBuilder object or be totally static and get the context for the new field with method invocations.