blob: 3d591ea3b841a0e16e820dadee2bfc8554065f9e [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.IValueToggleButtonModel",
"baseInterfaceNames": [
"org.apache.royale.core.IToggleButtonModel"]
,
"description": "The IValueToggleButtonModel interface describes the minimum set of properties available each ToggleButton in a group of ToggleButtons of which only one can be selected at a time.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "Object",
"qname": "value",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A value associated with this instance of the ToggleButton.",
"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": "groupName",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The name of the group that this ToggleButton belongs to.",
"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": "A value associated with the instance of the ToggleButton that is currently selected. It may not be this ToggleButton. This means that you can get the selected value from any instance of a ToggleButton in the group.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}