in asdoc/EventDetailRenderer.js [289:449]
get: function() {
if (this.mxmldd == undefined)
{
/** @type {Array} */
var arr = EventDetailRenderer.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,
'event',
0,
0,
null
],
org.apache.royale.html.Group,
3,
'id',
true,
'eventTypeGroup',
'className',
true,
'eventTypeGroup',
'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,
3,
'_id',
true,
'$ID_10_6',
'className',
true,
'eventQName',
'text',
true,
'Event Object Type:',
0,
0,
null,
org.apache.royale.html.Label,
2,
'id',
true,
'label',
'className',
true,
'eventType',
0,
0,
null,
org.apache.royale.html.elements.A,
2,
'id',
true,
'link',
'className',
true,
'eventTypeLink',
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_7',
'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;
}