blob: 6e0663be7ae79c8e59ae06b07ccfb3f480708c99 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.html.beads.DataGridLinesBead",
"baseClassname": ""
,
"description": "The DataGridLinesBead is an add on bead for the DataGrid. This bead adds horizontal and vertical grid lines to a DataGrid. The size and color of the lines is specified by the stroke property (defaults to a thin dark line).",
"tags": [
{ "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.beads.DataGridLinesBead",
"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": "field",
"qname": "_strand",
"return": "org.apache.royale.core.IStrand",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "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.UIBase#strand"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.graphics.IStroke",
"qname": "stroke",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Describes the line style used to separate the rows and columns.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "_overlay",
"return": "org.apache.royale.svg.CompoundGraphic",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "_area",
"return": "org.apache.royale.core.UIBase",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "handleInitComplete",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Invoked when all of the beads have been added to the DataGrid. This function seeks the Container that parents the lists that are the DataGrid's columns. An overlay GraphicContainer is added to this Container so that the grid lines will scroll with the rows.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "method",
"qname": "getDataProviderLength",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"return": "int",
"params": []}
,
{ "type": "method",
"qname": "drawLines",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "This event handler is invoked whenever something happens to the DataGrid. This function draws the lines either using a default stroke or the one specified by the stroke property.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
]
}