| Package | com.gestureworks.cml.element | 
| Class | public class GestureList | 
| Inheritance | GestureList    ElementFactory   flash.display.Sprite | 
It is not intended to be used outside of CML. Use native methods of the TouchSprite or TouchContainer to assign gestures in AS3.
When using this class as a CML tag, a child 
	 Gesture tag is required.
See also
| Property | Defined By | ||
|---|---|---|---|
![]()  | alpha : Number [override] [write-only] 
		 sets the alpha for display objects
		   | ElementFactory | |
![]()  | blur : Boolean 
		 Sets the drop shadow effect
		   | ElementFactory | |
![]()  | bottom : Number 
		 sets the bottom value
		   | ElementFactory | |
![]()  | class_ : String 
		 Object's css class; 
		   | ElementFactory | |
![]()  | className : String 
		 sets the class name of displayobject
		   | ElementFactory | |
![]()  | cmlIndex : int 
		 sets the cml index
		   | ElementFactory | |
![]()  | debugStyle : * 
		 sets the debug style
		   | ElementFactory | |
![]()  | displayEvents : String 
		 Use for dispatch completes.  | ElementFactory | |
![]()  | dropShadow : Boolean 
		 Sets the drop shadow effect
		   | ElementFactory | |
| gestureList : XMLList 
		 sets the gesture list
		   | GestureList | ||
![]()  | height : Number [override] 
		 Sets width of the display object in pixels
		   | ElementFactory | |
![]()  | heightPercent : String 
		 sets the height percent of display object
		   | ElementFactory | |
![]()  | horizontalCenter : Number 
		 sets the horizontal center of display object
		   | ElementFactory | |
![]()  | id : String 
		 sets the id of child
		   | ElementFactory | |
![]()  | index : int 
		 sets the index of display object
		   | ElementFactory | |
![]()  | left : Number 
		 sets left value
		   | ElementFactory | |
![]()  | propertyStates : Array Deprecated: Please Use state  | ElementFactory | |
![]()  | right : Number 
		 sets the right value
		   | ElementFactory | |
![]()  | scale : Number 
		 Sets both the x and y scale values
		   | ElementFactory | |
![]()  | scaleX : Number [override] 
		 Sets width of the display object in pixels
		   | ElementFactory | |
![]()  | scaleY : Number [override] 
		 Sets width of the display object in pixels
		   | ElementFactory | |
![]()  | state : Array 
		 property states array
		   | ElementFactory | |
![]()  | top : Number 
		 sets top value
		   | ElementFactory | |
![]()  | verticalCenter : Number 
		 sets the vertical center of display object
		   | ElementFactory | |
![]()  | width : Number [override] 
		 Sets width of the display object in pixels
		   | ElementFactory | |
![]()  | widthPercent : String 
		 sets the percent of width of display object
		   | ElementFactory | |
| Method | Defined By | ||
|---|---|---|---|
		 Constructor
		   | GestureList | ||
![]()  | clone():* 
		 Returns clone of self
		   | ElementFactory | |
![]()  | displayComplete():void 
		 CML callback
		   | ElementFactory | |
dispose():void [override] 
		 Dispose method
		   | GestureList | ||
![]()  | init():void 
		 Initialization function
		   | ElementFactory | |
parseCML(cml:XMLList):XMLList [override] 
		 parses cml file
		   | GestureList | ||
![]()  | postparseCML(cml:XMLList):void 
		 post parses the cml file
		   | ElementFactory | |
![]()  | updateProperties(state:Number = 0):void 
		 this method updates the properties
		   | ElementFactory | |
| gestureList | property | 
gestureList:XMLListsets the gesture list
    public function get gestureList():XMLList    public function set gestureList(value:XMLList):void| GestureList | () | Constructor | 
public function GestureList()Constructor
| dispose | () | method | 
override public function dispose():voidDispose method
| parseCML | () | method | 
override public function parseCML(cml:XMLList):XMLListparses cml file
Parameters
cml:XMLList | 
XMLList — 
		  |