XMLListCollection component wrapped around an XMLList : XMLList « Data Model « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Data Model » XMLList 




XMLListCollection component wrapped around an XMLList
   

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:XMLListCollection id="myMenuData">
        <mx:XMLList>
            <menuitem label="File">
                <submenu label="New" />
                <submenu label="Open" />
            </menuitem>
        </mx:XMLList>
    </mx:XMLListCollection>
</mx:Application>

   
    
    
  














Related examples in the same category
1.Using an XMLList component to configure menu data
2.Creating an XMLList component to drive a List componentCreating an XMLList component to drive a List component
3.Using XMLListUsing XMLList
4.Wrapping an XMLListCollection around an XMLList
5.Use an XMLListCollection objectUse an XMLListCollection object
6.Add an XMLList to an XML Object
7.Bind to an XMLList or an E4X QueryBind to an XMLList or an E4X Query
8.Filter and Sort an XMLListCollectionFilter and Sort an XMLListCollection
9.XMLListCollection With ListXMLListCollection With List
10.Time formatTime format
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.