@Carlos,
 
While we're on the subject, it appears that Jewel has an actual copy of, for 
example, Basic's DataItemRendererFactoryForArrayData.  What is the rationale 
for that?  Is there some subtle difference I'm not seeing or can we get rid of 
the duplicate copy?

-Alex

On 1/29/20, 8:46 AM, "Carlos Rovira" <carlosrov...@apache.org> wrote:

    It's ok to change it if other changes done this past months make MDL DDL
    continue to work
    Maybe others are using it since is a full working set and we should ensure
    it continue to work
    thanks
    
    El mié., 29 ene. 2020 a las 15:56, Piotr Zarzycki (<
    piotrzarzyck...@gmail.com>) escribió:
    
    > Hi Alex,
    >
    > I remember that DropDownl list was lack of dataField actually. Instead of
    > adding it trough property - I have created Bead which provides that
    > feature. Whether it's needed now or not is actually something I have no
    > idea about. I'm ok with removing it.
    >
    >
    > wt., 28 sty 2020 o 20:55 Alex Harui <aha...@adobe.com> napisał(a):
    >
    > > Ran into this while doing the has/is refactor.
    > >
    > > In what ways is this different than the labelField in 
IDataProviderModel?
    > >
    > > Thanks,
    > > -Alex
    > >
    > > On 6/29/17, 12:22 PM, "pio...@apache.org" <pio...@apache.org> wrote:
    > >
    > >     FLEX-35328 - Update MDLExample with DataFieldProviderBead
    > >
    > >
    > >     Project:
    > >
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgit-wip-us.apache.org%2Frepos%2Fasf%2Fflex-asjs%2Frepo&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175331931&amp;sdata=o8vCSEU8b3I95JDWtA2Cwp%2FKxzCizNP4ozJVYigIPeA%3D&amp;reserved=0
    > >     Commit:
    > >
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgit-wip-us.apache.org%2Frepos%2Fasf%2Fflex-asjs%2Fcommit%2Fc706278e&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175331931&amp;sdata=aRtlOlZBqgPbmYDnWKCudbvgGQ%2BiTT3SXfSwlcZOfTU%3D&amp;reserved=0
    > >     Tree:
    > >
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgit-wip-us.apache.org%2Frepos%2Fasf%2Fflex-asjs%2Ftree%2Fc706278e&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175331931&amp;sdata=rOgVJyXLul7KmWwekXkQ5fybxByoTXtDzz%2B%2BcRcM47c%3D&amp;reserved=0
    > >     Diff:
    > >
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgit-wip-us.apache.org%2Frepos%2Fasf%2Fflex-asjs%2Fdiff%2Fc706278e&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175341924&amp;sdata=vKp2yoZLcsqigRsNKO46lbwYY3339EXXokY8V7VtMRM%3D&amp;reserved=0
    > >
    > >     Branch: refs/heads/develop
    > >     Commit: c706278ed1fe5d7ab5e763c572b3d97f16077a80
    > >     Parents: eaa33ea
    > >     Author: piotrz <pio...@apache.org>
    > >     Authored: Sun Jun 25 19:27:09 2017 +0200
    > >     Committer: piotrz <pio...@apache.org>
    > >     Committed: Sun Jun 25 19:27:09 2017 +0200
    > >
    > >
    >  ----------------------------------------------------------------------
    > >      examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml | 2 +-
    > >      1 file changed, 1 insertion(+), 1 deletion(-)
    > >
    >  ----------------------------------------------------------------------
    > >
    > >
    > >
    > >
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgit-wip-us.apache.org%2Frepos%2Fasf%2Fflex-asjs%2Fblob%2Fc706278e%2Fexamples%2Fflexjs%2FMDLExample%2Fsrc%2Fmain%2Fflex%2FDropDownList.mxml&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175341924&amp;sdata=A6jnQEpZw7WeUjive%2BZN53CAIkFKJr8orsVb1FO5YqE%3D&amp;reserved=0
    > >
    >  ----------------------------------------------------------------------
    > >     diff --git
    > > a/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml
    > > b/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml
    > >     index 14d14fd..4231328 100644
    > >     --- a/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml
    > >     +++ b/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml
    > >     @@ -38,7 +38,7 @@ limitations under the License.
    > >                                sourceID="menuModel"
    > >                                sourcePropertyName="menuItems"
    > >                                destinationPropertyName="dataProvider" />
    > >     -                  <models2:DataFieldProviderModel
    > dataField="value"/>
    > >     +                  <js:DataFieldProviderBead dataField="value"/>
    > >                    </mdl:beads>
    > >                </mdl:DropDownList>
    > >              </mdl:GridCell>
    > >
    > >
    > >
    > >
    >
    > --
    >
    > Piotr Zarzycki
    >
    > Patreon: 
*https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175341924&amp;sdata=4lZCGAtgbXbeXA0ZfpEhiHeN4zRz3r6T2i5Uq0GmhQA%3D&amp;reserved=0
    > 
<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175341924&amp;sdata=4lZCGAtgbXbeXA0ZfpEhiHeN4zRz3r6T2i5Uq0GmhQA%3D&amp;reserved=0>*
    >
    
    
    -- 
    Carlos Rovira
    
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C90cd166f2afe4db321f408d7a4dad9b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637159132175341924&amp;sdata=6WsDz42ckjU3qbK%2FggLU%2Fmsi%2B0cT48GjmXT7FHjiJ54%3D&amp;reserved=0
    

Reply via email to