get: function()

in asdoc/EventSummaryRenderer.js [199:256]


    get: function() {
      if (this.mxmldd == undefined)
      {
        /** @type {Array} */
        var arr = EventSummaryRenderer.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,
            'eventSummaryQName',
            0,
            0,
            null,
            org.apache.royale.html.Label,
            2,
            'id',
            true,
            'label',
            'className',
            true,
            'eventDescription',
            0,
            0,
            null
          ]
        ];
        if (arr)
          this.mxmldd = arr.concat(mxmldd);
        else
          this.mxmldd = mxmldd;
      }
      return this.mxmldd;
    }