blob: 94e30f49c9dfc79b79bcdb8b6b2457cb4f30fecf [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.mdl.beads.RestrictTextField",
"baseClassname": ""
,
"description": "The RestrictTextField bead class is a specialty bead that can be used with any MDL TextField control. The bead uses a reg exp pattern to validate input from user. A text property allows to configure error text. use examples: Numeric pattern = -?[0-9]*(\.[0-9]+)? error text = "Input is not a number!" Letters and spaces only pattern = [A-Z,a-z, ]* error text = "Letters and spaces only"; Digits only = [0-9]* error text = "Digits only";",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.mdl.beads.RestrictTextField",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "pattern",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The string to use as numeric pattern.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "error",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The string to use as error text in the associated span.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "write-only",
"return": "org.apache.royale.core.IStrand",
"qname": "strand",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "copy",
"values": ["org.apache.royale.core.IBead#strand"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}