in asdoc/SummaryRenderer.js [247:340]
get: function() {
if (this.mxmldd == undefined)
{
/** @type {Array} */
var arr = SummaryRenderer.superClass_.get__MXMLDescriptor.apply(this);
/** @type {Array} */
var mxmldd = [
org.apache.royale.html.Group,
2,
'id',
true,
'typeGroup',
'beads',
null,
[
org.apache.royale.html.beads.layouts.HorizontalLayout,
1,
'_id',
true,
'$ID_10_2',
0,
0,
null
],
0,
0,
[
org.apache.royale.html.elements.A,
2,
'id',
true,
'qname',
'className',
true,
'summaryQName',
0,
0,
null,
org.apache.royale.html.Label,
2,
'_id',
true,
'$ID_10_3',
'text',
true,
':',
0,
0,
null,
org.apache.royale.html.Label,
2,
'id',
true,
'label',
'className',
true,
'summaryType',
0,
0,
null,
org.apache.royale.html.elements.A,
2,
'id',
true,
'link',
'className',
true,
'summaryTypeLink',
0,
0,
null
],
org.apache.royale.html.MultilineLabel,
3,
'id',
true,
'short',
'className',
true,
'summaryDescription',
'percentWidth',
true,
100.0,
0,
0,
null
];
if (arr)
this.mxmldd = arr.concat(mxmldd);
else
this.mxmldd = mxmldd;
}
return this.mxmldd;
}