You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/03 12:21:08 UTC

[royale-asjs] branch feature/new_merge updated: ListBase is incompatible with IItemRendererProvider

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

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


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 705d39d  ListBase is incompatible with IItemRendererProvider
705d39d is described below

commit 705d39df7219a0e98ad2adcb349e41af48c7203f
Author: Harbs <ha...@in-tools.com>
AuthorDate: Mon Sep 3 15:20:58 2018 +0300

    ListBase is incompatible with IItemRendererProvider
    
    We probably need to resolve this to handle item renderers in mx lists
---
 .../MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
index 3d3f99f..94c96f2 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
@@ -35,7 +35,6 @@ import org.apache.royale.core.ContainerBaseStrandChildren;
 import org.apache.royale.core.IBeadLayout;
 import org.apache.royale.core.IChild;
 import org.apache.royale.core.IContainer;
-import org.apache.royale.core.IContainer.IItemRendererProvider;
 import org.apache.royale.core.IContainerBaseStrandChildrenHost;
 import org.apache.royale.core.IDataProviderItemRendererMapper;
 import org.apache.royale.core.IItemRendererClassFactory;
@@ -85,7 +84,7 @@ use namespace mx_internal;
      *  @productversion Royale 0.0
      *  @royalesuppresspublicvarwarning
 	*/
-	public class ListBase extends UIComponent implements IContainerBaseStrandChildrenHost, IContainer, ILayoutParent, ILayoutView, IItemRendererProvider
+	public class ListBase extends UIComponent implements IContainerBaseStrandChildrenHost, IContainer, ILayoutParent, ILayoutView
 	{
 	
         //----------------------------------