You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/10/26 18:03:01 UTC

[royale-asjs] branch develop updated: jewel-list: DefaultProperty is not inherited from DataContainer

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 b3acfee  jewel-list: DefaultProperty is not inherited from DataContainer
b3acfee is described below

commit b3acfeea4b8f5a3913985782f22273335fc12c0c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Oct 26 19:02:49 2020 +0100

    jewel-list: DefaultProperty is not inherited from DataContainer
---
 .../projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as
index 0fa8106..c0ac478 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as
@@ -46,6 +46,12 @@ package org.apache.royale.jewel
     [Event(name="change", type="org.apache.royale.events.Event")]
 
 	/**
+	 * The default property uses when additional MXML content appears within an element's
+	 * definition in an MXML file.
+	 */
+	[DefaultProperty("dataProvider")]
+
+	/**
 	 *  The List class is a component that displays multiple data items. The List uses
 	 *  the following bead types:
 	 *