Archives

Posts Tagged ‘ArrayCollection’

Following example show how use DataGroup itemRenderer create a clickable menu and disable effect when another click event dispatch.

Nov 30th, 2010 | Filed under ArrayCollection, Event, Flex4

Following example show  XML to ArrayCollection use Model Class

XMLToCollection4.mxml

Nov 30th, 2010 | Filed under ArrayCollection, DataGrid, Flex3, Flex4, Model, XML

The ComboBox control is a child class of the DropDownListBase control. Like the DropDownList control, when the user selects an item from the drop-down list in the ComboBox control, the data item appears in the prompt area of the control.

Nov 30th, 2010 | Filed under ArrayCollection, AutoComplete, ComboBox, DataGrid, Flex4, Value Object

Following example use contains method to make data comparsion.

DragDropEventdatacontainscomparison.mxml

Nov 30th, 2010 | Filed under ArrayCollection, Flex4, skin

A two-way data binding expression generates two binding expressions, one with the given source and destination, and the other, with the source and destination reversed.

Nov 30th, 2010 | Filed under ArrayCollection, DataGrid, Flex4, XML

Following example show how use Alert closeEvent to Control data.

DragDropToTrashWithAlert.mxml

Nov 30th, 2010 | Filed under ArrayCollection, Flex Event, Flex3, Flex4

mx.effects.Tween A class used to implement tween effects. A Tween object accepts a start value, an end value, and an optional easing function. When you define tween effect classes, you create an instance of the Tween class in your override of the Effect.play() method.

Nov 30th, 2010 | Filed under ArrayCollection, Flex3, Flex4, Image

Following example show how use orientation and requestedRowCount change default TileList content direction.

comp/MyList.mxml

Nov 30th, 2010 | Filed under ArrayCollection, Flex4, Image

Action script3 not suggest use Array class to carete  associative arrays (so call hashes) ,because you cannot use any of the Array class methods or properties with associative arrays.

Nov 30th, 2010 | Filed under ArrayCollection, ArrayList, Flex3, Flex4, XML

Following example show XML to ArrayCollection use HTTPService

XMLToCollection6.mxml

Nov 30th, 2010 | Filed under ArrayCollection, DataGrid, Flex3, Flex4, XML

Following example show XML to ArrayCollection use Model Class

XMLToCollection1.html

Nov 30th, 2010 | Filed under ArrayCollection, DataGrid, Flex3, Flex4, Model, XML

The DataGroup class is the base container class for data items. The DataGroup class converts data items to visual elements for display. While this container can hold visual elements, it is often used only to hold data items as children.

Nov 30th, 2010 | Filed under ArrayCollection, Flex4