Packagecom.gestureworks.cml.element
Classpublic class Container
InheritanceContainer Inheritance ContainerDisplay Inheritance ElementFactory Inheritance flash.display.Sprite
Implements IContainer
Subclasses ButtonElement, ComponentKitDisplay, Menu, SliderElement, View, ViewKit



Public Properties
 PropertyDefined By
 Inheritedalpha : Number
[override] [write-only] Sets minimum scale of the display object in pixels
ElementFactory
 Inheritedbottom : Number
ElementFactory
 InheritedchildList : LinkedMap
[read-only]
ContainerDisplay
 Inheritedclass_ : String
Object's css class;
ElementFactory
 InheritedclassName : String
ElementFactory
 InheritedcmlIndex : int
ElementFactory
 InheriteddebugStyle : *
ElementFactory
 InheriteddimensionsTo : String
ContainerDisplay
 InheriteddisplayEvents : String
Use for dispatch completes.
ElementFactory
 InheritedfixedScale : Boolean
ElementFactory
 Inheritedheight : Number
[override] Sets width of the display object in pixels
ElementFactory
 InheritedheightPercent : String
ElementFactory
 InheritedhorizontalCenter : Number
ElementFactory
 Inheritedid : String
ElementFactory
 Inheritedindex : int
ElementFactory
 InheritedinfoSource : String
ContainerDisplay
  layout : String
Container
 Inheritedleft : Number
ElementFactory
 InheritedmaxScale : Number
Sets maximum scale of the display object in pixels
ElementFactory
 InheritedminScale : Number
Sets minimum scale of the display object in pixels
ElementFactory
  paddingBottom : Number
Container
  paddingLeft : Number
Container
  paddingRight : Number
Container
  paddingTop : Number
Container
  position : String
Container
 InheritedpropertyStates : Array
ElementFactory
 Inheritedright : Number
ElementFactory
 Inheritedscale : Number
Scales display object
ElementFactory
 InheritedscaleX : Number
[override] Sets width of the display object in pixels
ElementFactory
 InheritedscaleY : Number
[override] Sets width of the display object in pixels
ElementFactory
 Inheritedtop : Number
ElementFactory
 InheritedverticalCenter : Number
ElementFactory
 Inheritedwidth : Number
[override] Sets width of the display object in pixels
ElementFactory
 InheritedwidthPercent : String
ElementFactory
Public Methods
 MethodDefined By
  
Container
 Inherited
ContainerDisplay
 Inherited
childToList(id:String, child:*):void
ContainerDisplay
 Inherited
clone():Object
Returns clone of self
ElementFactory
 Inherited
ElementFactory
 Inherited
dispose():void
[override]
ContainerDisplay
  
getIndex(index:int):*
Container
  
getKey(key:String):*
Container
  
hideIndex(index:int):void
Container
  
hideKey(key:String):void
Container
 Inherited
parseCML(cml:XMLList):XMLList
ElementFactory
 Inherited
postparseCML(cml:XMLList):void
ElementFactory
 Inherited
print(value:*):void
Prints to console
ElementFactory
 Inherited
ContainerDisplay
  
showIndex(index:int):void
Container
  
showKey(key:String):void
Container
 Inherited
updateProperties(state:Number = 0):void
ElementFactory
Protected Methods
 MethodDefined By
 Inherited
commitUI():void
ElementFactory
 Inherited
createUI():void
ElementFactory
 Inherited
layoutUI():void
ElementFactory
 Inherited
updateUI():void
ElementFactory
Property Detail
layoutproperty
layout:String


Implementation
    public function get layout():String
    public function set layout(value:String):void
paddingBottomproperty 
paddingBottom:Number


Implementation
    public function get paddingBottom():Number
    public function set paddingBottom(value:Number):void
paddingLeftproperty 
paddingLeft:Number


Implementation
    public function get paddingLeft():Number
    public function set paddingLeft(value:Number):void
paddingRightproperty 
paddingRight:Number


Implementation
    public function get paddingRight():Number
    public function set paddingRight(value:Number):void
paddingTopproperty 
paddingTop:Number


Implementation
    public function get paddingTop():Number
    public function set paddingTop(value:Number):void
positionproperty 
position:String


Implementation
    public function get position():String
    public function set position(value:String):void
Constructor Detail
Container()Constructor
public function Container()



Method Detail
getIndex()method
public function getIndex(index:int):*

Parameters

index:int

Returns
*
getKey()method 
public function getKey(key:String):*

Parameters

key:String

Returns
*
hideIndex()method 
public function hideIndex(index:int):void

Parameters

index:int

hideKey()method 
public function hideKey(key:String):void

Parameters

key:String

showIndex()method 
public function showIndex(index:int):void

Parameters

index:int

showKey()method 
public function showKey(key:String):void

Parameters

key:String