get: function()

in asdoc/PropertyDetailRenderer.js [295:463]


    get: function() {
      if (this.mxmldd == undefined)
      {
        /** @type {Array} */
        var arr = PropertyDetailRenderer.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,
            'property',
            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.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_8',
            '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;
    }