blob: 45188ef452dde80072061da008ca0b32ef0df3ff [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.jewel.RadioButton",
"baseClassname": "org.apache.royale.jewel.supportClasses.button.SelectableButtonBase"
,
"description": "The Jewel RadioButton control lets the user make a single choice within a set of mutually exclusive choices. A RadioButton consists of a circle and, typically, text that clearly communicates a condition that will be set when the user clicks or touches it. Radio buttons always appear in groups of two or more with the same <code>groupName</code> propert. While they can be individually selected, can only be deselected by selecting a different RadioButton in the same group (which deselects the rest of RadioButton).",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.jewel.RadioButton",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "selected",
"namespace": "public",
"bindable": ["change"],
"details": ["override"],
"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. <code>true</code> if the radio mark is displayed, <code>false</code> otherwise.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Object",
"qname": "selectedValue",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The currently selected value in the group.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "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": "royaleignorecoercion",
"values": ["Text"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "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, &quot;Red&quot;, &quot;Green&quot;, and &quot;Blue&quot; might have the values 0, 1, and 2 respectively.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "groupName",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The name of the group to which this radio belongs. Only one RadioButton in a group can be selected.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "icon",
"return": "HTMLInputElement",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "the org.apache.royale.core.HTMLElementWrapper#element for this component added to the positioner. Is a HTMLInputElement."},
{ "type": "accessor",
"access": "read-only",
"return": "HTMLInputElement",
"qname": "inputButton",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "the input button",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.7"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "HTMLSpanElement",
"qname": "spanLabel",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "the span for the label text",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.10.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "textNode",
"return": "Text",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "a Text node added to the radio HTMLSpanElement"},
{ "type": "method",
"qname": "createElement",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.WrappedHTMLElement", "HTMLInputElement", "HTMLSpanElement", "Text"]} ],
"return": "org.apache.royale.core.WrappedHTMLElement",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.core.WrappedHTMLElement",
"qname": "positioner",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "copy",
"values": ["org.apache.royale.core.IUIBase#positioner"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "addEventListener",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "copy",
"values": ["org.apache.royale.events.EventDispatcher#addEventListener"]} ],
"return": "void",
"params": [{ "name": "type", "type": "String"},
{ "name": "handler", "type": "Function"},
{ "name": "opt_capture", "type": "Boolean"},
{ "name": "opt_handlerScope", "type": "Object"}]}
]
}