| { "type": "interface", | |
| "qname": "mx.core.ITextFieldFactory", | |
| "description": "Interface to create instances of TextField and FTETextField. These are re-used so that there are no more than one of each per module factory.", | |
| "tags": [ | |
| { "tagName": "private", | |
| "values": []} ], | |
| "members": [ | |
| { "type": "method", | |
| "qname": "createTextField", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Creates an instance of TextField in the context of the specified IFlexModuleFactory. of <code>moduleFactory</code>.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["moduleFactory The IFlexModuleFactory requesting the TextField."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 3"]}, | |
| { "tagName": "return", | |
| "values": ["A FTETextField created in the context"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "mx.core.UITextField", | |
| "params": [{ "name": "moduleFactory", "type": "mx.core.IFlexModuleFactory"}]} | |
| , | |
| { "type": "method", | |
| "qname": "createFTETextField", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Creates an instance of FTETextField in the context of the specified module factory. May not be <code>null</code>. of <code>moduleFactory</code>. The return value is loosely typed as Object to avoid linking in FTETextField (and therefore much of TLF).", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["moduleFactory The IFlexModuleFactory requesting the TextField."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 4"]}, | |
| { "tagName": "return", | |
| "values": ["A FTETextField created in the context"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "Object", | |
| "params": [{ "name": "moduleFactory", "type": "mx.core.IFlexModuleFactory"}]} | |
| ] | |
| } |