* Returns the field factory used upon field creation inside the form. * @return {Factory} Factory
()
| 167 | * @return {Factory} Factory |
| 168 | */ |
| 169 | getFieldFactory () { |
| 170 | if (this._fieldFactory === null) { |
| 171 | this._fieldFactory = FieldFactory.getInstance() |
| 172 | } |
| 173 | return this._fieldFactory |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Sets the field factory used upon field creation inside the form. |
no test coverage detected