{ "type": "class", | |
"qname": "org.apache.royale.express.supportClasses.DataGridColumn", | |
"baseClassname": "org.apache.royale.html.supportClasses.DataGridColumn" | |
, | |
"description": "This class defines how a column in the DataGrid should look, including the label for the column and its width. In particular, the width may be given as a fixed pixel size (e.g., "80") or a percentage of the remaining space once all fixed-width columns have been taken into consideration (e.g., "100%"). That is, if the DataGrid has a width of 400 pixels with columns of "50", "100%", and "80", the "100%" column is the remainder of 400-50-80 or 260. If the DataGrid is resized to 500 pixels, the outer columns remain at 50 and 80 pixels, but the middle column expands to 360 pixels given its "100%" value.", | |
"members": [ | |
{ "type": "method", | |
"qname": "org.apache.royale.express.supportClasses.DataGridColumn", | |
"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": "Number", | |
"qname": "percentColumnWidth", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Sets the size of the column as a percentage of the remaining space once the fixed columns have been accounted for.", | |
"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": "columnWidth", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}, | |
"description": "Sets the size of the column as a fixed pixel width. In MXML you can set this propery as a percentage (e.g., columnWidth="75%") and it will automatically transfer to the percentWidth as 75.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.0"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
} |