This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9661e16  jewel-datacontainer: make dataProvider the DefatultProperty 
like in List
9661e16 is described below

commit 9661e16733a2039f8add8a721f9510f27ada7bf2
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed Aug 12 15:53:47 2020 +0200

    jewel-datacontainer: make dataProvider the DefatultProperty like in List
---
 .../Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as
index 7a0d8d8..c591456 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as
@@ -35,6 +35,8 @@ package org.apache.royale.jewel
         */
        [Event(name="initComplete", type="org.apache.royale.events.Event")]
 
+       [DefaultProperty("dataProvider")]
+       
        /**
         *  The DataContainer class is a component that displays multiple data 
items. The DataContainer uses
         *  the following bead types:

Reply via email to