blob: 7afec6e5e0d67f0448fa857e3e8218b9f1f70bb6 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.express.TextInput",
"baseClassname": "org.apache.royale.html.TextInput"
,
"description": "This class extends the standard TextInput class and adds in the prompt, password, and numeric accessories (as needed) for convenience.",
"members": [
{ "type": "method",
"qname": "org.apache.royale.express.TextInput",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "prompt",
"namespace": "public",
"bindable": ["promptChanged"],
"details": [],
"deprecated": {},
"description": "Displays a message to the user when the field is empty."},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "secure",
"namespace": "public",
"bindable": ["secureChanged"],
"details": [],
"deprecated": {},
"description": "Displays input as * to obsure the content."},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "numeric",
"namespace": "public",
"bindable": ["numericChanged"],
"details": [],
"deprecated": {},
"description": "Allows only numeric values to be entered."},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "enabled",
"namespace": "public",
"bindable": ["enabledChanged"],
"details": [],
"deprecated": {},
"description": "Can enable or disable interaction with the control."}]
}