in asdoc/MethodDetailRenderer.js [339:558]
get: function() {
if (this.mxmldd == undefined)
{
/** @type {Array} */
var arr = MethodDetailRenderer.superClass_.get__MXMLDescriptor.apply(this);
/** @type {Array} */
var mxmldd = [
org.apache.royale.html.Group,
2,
'_id',
true,
'$ID_10_4',
'beads',
null,
[
org.apache.royale.html.beads.layouts.HorizontalLayout,
1,
'_id',
true,
'$ID_10_2',
0,
0,
null
],
0,
0,
[
org.apache.royale.html.Label,
2,
'id',
true,
'target',
'className',
true,
'propertyQNameTitle',
0,
0,
null,
org.apache.royale.html.Label,
2,
'_id',
true,
'$ID_10_3',
'text',
true,
'method',
0,
0,
null
],
org.apache.royale.html.Group,
3,
'id',
true,
'propertyTypeGroup',
'className',
true,
'propertyTypeGroup',
'beads',
null,
[
org.apache.royale.html.beads.layouts.HorizontalLayout,
1,
'_id',
true,
'$ID_10_5',
0,
0,
null
],
0,
0,
[
org.apache.royale.html.Label,
2,
'_id',
true,
'$ID_10_6',
'className',
true,
'propertyQName',
0,
0,
null,
org.apache.royale.html.Label,
2,
'_id',
true,
'$ID_10_7',
'text',
true,
'(',
0,
0,
null,
org.apache.royale.html.DataContainer,
5,
'id',
true,
'params',
'className',
true,
'signatureParamsList',
'style',
true,
'border-style:none',
'itemRenderer',
true,
new org.apache.royale.core.ClassFactory(ParameterRenderer),
'beads',
null,
[
org.apache.royale.html.beads.layouts.HorizontalLayout,
1,
'_id',
true,
'$ID_10_8',
0,
0,
null,
org.apache.royale.html.beads.models.ListPresentationModel,
2,
'_id',
true,
'$ID_10_9',
'rowHeight',
true,
NaN,
0,
0,
null
],
0,
0,
null,
org.apache.royale.html.Label,
2,
'_id',
true,
'$ID_10_10',
'text',
true,
'):',
0,
0,
null,
org.apache.royale.html.Label,
2,
'id',
true,
'label',
'className',
true,
'propertyType',
0,
0,
null,
org.apache.royale.html.elements.A,
2,
'id',
true,
'link',
'className',
true,
'propertyTypeLink',
0,
0,
null
],
org.apache.royale.html.DataContainer,
5,
'id',
true,
'attributes',
'className',
true,
'attributeList',
'itemRenderer',
true,
new org.apache.royale.core.ClassFactory(AttributeRenderer),
'percentWidth',
true,
100.0,
'beads',
null,
[
org.apache.royale.html.beads.models.ListPresentationModel,
2,
'_id',
true,
'$ID_10_11',
'rowHeight',
true,
NaN,
0,
0,
null
],
0,
0,
null,
org.apache.royale.html.MultilineLabel,
2,
'id',
true,
'description',
'percentWidth',
true,
100.0,
0,
0,
null
];
if (arr)
this.mxmldd = arr.concat(mxmldd);
else
this.mxmldd = mxmldd;
}
return this.mxmldd;
}