blob: 675878f77f4f727cae9e8fe071a7fee288d2b692 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.html.beads.models.ButtonBarModel",
"baseClassname": "org.apache.royale.html.beads.models.ArraySelectionModel"
,
"description": "The ArraySelectionModel class is a selection model for a dataProvider that is an array. It assumes that items can be fetched from the dataProvider dataProvider[index]. Other selection models would support other kinds of data providers.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "PIXEL_WIDTHS",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "field",
"qname": "PROPORTIONAL_WIDTHS",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "field",
"qname": "PERCENT_WIDTHS",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "field",
"qname": "NATURAL_WIDTHS",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "method",
"qname": "org.apache.royale.html.beads.models.ButtonBarModel",
"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": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Array",
"qname": "buttonWidths",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The widths of each button. This property may be null (the default) in which case the buttons are equally sized. Or this array may contain values, one per button, which either indicate each button's width in pixels (set .widthType to ButtonBarModel.PIXEL_WIDTHS) or proportional to other buttons (set .widthType to ButtonBarModel.PROPORTIONAL_WIDTHS). The array can also contain specific percentages (set .widthType to ButtonBarModel.PERCENT_WIDTHS). If this array is set, the number of entries must match the number of buttons. However, any entry may be null to indicate the button's default size is to be used.",
"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": "Number",
"qname": "widthType",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Indicates how to interpret the values of the buttonWidths array. PIXEL_WIDTHS: all of the values are exact pixel widths (unless a value is null). PROPORTIONAL_WIDTHS: all of the values are proportions. Use 1 to indicate normal, 2 to be 2x, etc. Use 0 (or null) to mean fixed default size."}]
}