blob: cfc606470c88c388dffd377a5881bbb82eb7c3e2 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.html.RadioButton",
"baseClassname": "org.apache.royale.core.UIButtonBase"
,
"description": "The RadioButton class is a component that displays a selectable Button. RadioButtons are typically used in groups, identified by the groupName property. RadioButton use the following beads: org.apache.royale.core.IBeadModel: the data model, which includes the groupName. org.apache.royale.core.IBeadView: the bead that constructs the visual parts of the RadioButton..",
"tags": [
{ "tagName": "toplevel",
"values": []},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.html.RadioButton",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "upState", "type": "flash.display.DisplayObject"},
{ "name": "overState", "type": "flash.display.DisplayObject"},
{ "name": "downState", "type": "flash.display.DisplayObject"},
{ "name": "hitTestState", "type": "flash.display.DisplayObject"}]}
,
{ "type": "field",
"qname": "dict",
"return": "flash.utils.Dictionary",
"namespace": "protected",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "groupName",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The name of the group. Only one RadioButton in a group is selected.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "text",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The string used as a label for the RadioButton.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "selected",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Whether or not the RadioButton instance is selected. Setting this property causes the currently selected RadioButton in the same group to lose the selection.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Object",
"qname": "value",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The value associated with the RadioButton. For example, RadioButtons with labels, "Red", "Green", and "Blue" might have the values 0, 1, and 2 respectively.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Object",
"qname": "selectedValue",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The group's currently selected value.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
,
"events": [
{ "qname": "change",
"type": "org.apache.royale.events.Event"
}]
}