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/08/19 08:50:37 UTC

[royale-asjs] branch develop updated: jewel-list: docs updates

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 c7edfe2  jewel-list: docs updates
c7edfe2 is described below

commit c7edfe26f721c713e5f72e9efcbd77d92ad2091d
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Aug 19 10:49:23 2020 +0200

    jewel-list: docs updates
---
 .../projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as | 7 ++++++-
 .../royale/jewel/beads/controls/list/ListAlternateRowColor.as      | 1 -
 2 files changed, 6 insertions(+), 2 deletions(-)

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 0f3dff6..5eeb104 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
@@ -38,7 +38,7 @@ package org.apache.royale.jewel
 	[Event(name="initComplete", type="org.apache.royale.events.Event")]
 
 	/**
-	 *  The change event is dispatched whenever the list's selection changes.
+	 *  The change event is dispatched whenever the list's selection changes by user.
 	 *
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -58,6 +58,11 @@ package org.apache.royale.jewel
 	 *  org.apache.royale.core.IBeadLayout: the bead responsible for the size and position of the itemRenderers.
 	 *  org.apache.royale.core.IDataProviderItemRendererMapper: the bead responsible for creating the itemRenders.
 	 *  org.apache.royale.core.IItemRenderer: the class or factory used to display an item in the list.
+	 *  org.apache.royale.core.IItemRendererClassFactory: the factory for the itemrenders.
+	 *  org.apache.royale.core.ISelectableItemRenderer: handles selection and hover states for item renderers.
+	 *  org.apache.royale.core.IItemRendererInitializer: the class that initialize the renderer and provide additional configuration.
+	 *  org.apache.royale.core.IViewport: the class that defines the area that display content
+	 *  org.apache.royale.core.IBeadKeyController: add keyboard support to the list.
 	 *
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/list/ListAlternateRowColor.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/list/ListAlternateRowColor.as
index 40c7489..290077e 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/list/ListAlternateRowColor.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/list/ListAlternateRowColor.as
@@ -25,7 +25,6 @@ package org.apache.royale.jewel.beads.controls.list
 	import org.apache.royale.core.IBead;
 	import org.apache.royale.core.IStrand;
 	import org.apache.royale.core.IStyledUIBase;
-	import org.apache.royale.core.UIBase;
 	import org.apache.royale.utils.IClassSelectorListSupport;
 	import org.apache.royale.utils.css.addDynamicSelector;