Hi Alex,

it seems the DataGroup is not a component for direct use like in old flex
sdk, I tried to extend from it but doesn't know nothing about a
dataProvider. I think I need to wrap it. There's some docs about the
minimum requirements and beads needed?

I think what we need is exactly the DataGroup as we use to have in old flex
sdk. One that deals with dataProvider info and nothing more. Capable of
iterate through the data and create the associated item renderers inside
the container. So add, remove, but no need of selection.



2016-11-23 8:43 GMT+01:00 Carlos Rovira <carlos.rov...@codeoscopic.com>:

> Hi Alex,
>
> That would be ok, but I would like to provide data in flex way vía data
> provider, since is the way we have to populate List in Flex... Is like
> other components I introduce yesterday. I marked here :
> https://cwiki.apache.org/confluence/display/FLEX/Table+Of+Components
> to redactor and provide dataProvider API, Those are menus, tabbars ...
>
> So the following example:
> http://imgur.com/a/Vg0Bk
>
> could be populated with data (and so real apps)
>
> I will make a try as I get more time
>
>
>
>
>
>
> 2016-11-23 1:53 GMT+01:00 Alex Harui <aha...@adobe.com>:
>
>>
>>
>> On 11/22/16, 4:15 PM, "carlos.rov...@gmail.com on behalf of Carlos
>> Rovira"
>> <carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote:
>>
>> >2016-11-22 22:56 GMT+01:00 Alex Harui <aha...@adobe.com>:
>> >
>> >> I just remembered that there are two kinds of "lists" in HTML.  There
>> is
>> >> the Select element which has a selection model, and then there is ol/ul
>> >> which has no selection model.  What kind of list is MDL's list?  Does
>> it
>> >> support selection?
>> >>
>> >> IMO, ol/ul are for displaying a list of items without a selection
>> model.
>> >> There is no promise that the children are the same.  One <li> tag may
>> >>have
>> >> a completely different topology of child tags than the next <li> tag.
>> >>
>> >>
>> >You're right Alex, MDL is second, UL with LI items, with no selection
>> >model, at least for what I see in the examples,
>> >selection seems to be in Table component...
>> >
>> >
>> >> AIUI, the Select element only supports plain text renderers.
>> SimpleList
>> >> was intended to wrap that.  The other List provides the basis of a List
>> >> with data providers, factories and item renderers.
>> >>
>> >>
>> >So is clear I don't want SimpleList, maybe List...
>>
>> IMO, if you don't need selection, you should just create a new base class
>> that wraps UL and OL.
>>
>> HTH,
>> -Alex
>>
>>
>
>
> --
>
> Carlos Rovira
> Director General
> M: +34 607 22 60 05
> http://www.codeoscopic.com
> http://www.avant2.es
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información privilegiada o confidencial. Si ha recibido este mensaje por
> error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> comunicamos que sus datos forman parte de un fichero cuyo responsable es
> CODEOSCOPIC S.A. La finalidad de dicho tratamiento es facilitar la
> prestación del servicio o información solicitados, teniendo usted derecho
> de acceso, rectificación, cancelación y oposición de sus datos dirigiéndose
> a nuestras oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la
> documentación necesaria.
>
>


-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.

Reply via email to