Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-21692

ItemRenderer.as : Label property is not bindable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      ItemRenderer.as the Bindable metatag is against the backing var, not the public property:

      //----------------------------------
      // label
      //----------------------------------
      [Bindable("textChanged")]

      /**

      • @private
      • Storage var for label
        */
        private var _label:String = "";

      /**

      • @inheritDoc
        *
      • @default ""
        */
        public function get label():String { return _label; }

      This breaks databinding with ItemRenderer.label property.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: