Packagestimulsoft.flex.base
Classpublic dynamic class StiPaperSizeCollection
InheritanceStiPaperSizeCollection Inheritance StiBaseCollection Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
StiPaperSizeCollection
  
add(paperSize:StiPaperSize):int
StiPaperSizeCollection
 Inherited
clear():void
StiBaseCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
 Inherited
deserialize(value:XMLNode):XMLNode
StiBaseCollection
 Inherited
equals(object:Object):Boolean
StiBaseCollection
  
getItemsType(value:String = null):Class
[override] The type of collection items, which it tries to deserialize when loading, if the item type is not defined automatically
StiPaperSizeCollection
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
 Inherited
Creates a shallow copy of the current Collection.
StiBaseCollection
 Inherited
moveDown(object:*):void
Moving an object of a collection one position closer to the end of the collection
StiBaseCollection
 Inherited
moveUp(object:*):void
Moving objects of a collection one position up to the begining of the collection
StiBaseCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Constructor Detail
StiPaperSizeCollection()Constructor
public function StiPaperSizeCollection()



Method Detail
add()method
public function add(paperSize:StiPaperSize):int

Parameters

paperSize:StiPaperSize

Returns
int
getItemsType()method 
override public function getItemsType(value:String = null):Class

The type of collection items, which it tries to deserialize when loading, if the item type is not defined automatically

Parameters

value:String (default = null)

Returns
Class