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

Various Spark Grid protected functions should be marked @private (to be consistent w/ Spark DataGrid)

    XMLWordPrintableJSON

Details

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

    Description

      Found in 4.5.0.18614

      Steps to reproduce:
      1. Open spark/components/Grid.as or view LangRef.
      2. Various protected methods are exposed that probably aught not be.

      Actual Results:
      LangRef shows the following protected methods:
      grid_clickHandler(event:MouseEvent):void

      {...}
      grid_doubleClickHandler(event:MouseEvent):void {...}

      grid_mouseDownDragUpHandler(event:MouseEvent):void

      {...}
      grid_mouseMoveHandler(event:MouseEvent):void {...}

      grid_mouseRollOutHandler(event:MouseEvent):void

      {...}
      grid_mouseUpHandler(event:MouseEvent):void {...}

      Expected Results:
      Those should be marked @private (I think). I dont recall seeing protected default event handlers in Spark DataGrid LangRef.

      Workaround (if any):
      n/a

      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: