Packagestimulsoft.flex.data
Classpublic dynamic class DataRowCollection
InheritanceDataRowCollection Inheritance StiBaseCollection Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
  table : DataTable
[read-only]
DataRowCollection
Public Methods
 MethodDefined By
  
DataRowCollection
  
add(row:DataRow):void
DataRowCollection
  
addArray(row:DataRow):void
DataRowCollection
 Inherited
clear():void
StiBaseCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
  
copyTo(array:Array, startIndex:int):void
DataRowCollection
 Inherited
deserialize(value:XMLNode):XMLNode
StiBaseCollection
 Inherited
equals(object:Object):Boolean
StiBaseCollection
 Inherited
getItemsType(value:String = null):Class
If the item type is not specified automatically, a type of collection items, which it will try to deserialize when loading
StiBaseCollection
 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
  
remove(row:DataRow):void
DataRowCollection
  
DataRowCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
  
sort(... parameters):*
[override]
DataRowCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Property Detail
tableproperty
table:DataTable  [read-only]


Implementation
    public function get table():DataTable
Constructor Detail
DataRowCollection()Constructor
public function DataRowCollection(table:DataTable)



Parameters
table:DataTable
Method Detail
add()method
public function add(row:DataRow):void

Parameters

row:DataRow

addArray()method 
public function addArray(row:DataRow):void

Parameters

row:DataRow

copyTo()method 
public function copyTo(array:Array, startIndex:int):void

Parameters

array:Array
 
startIndex:int

remove()method 
public function remove(row:DataRow):void

Parameters

row:DataRow

removeArray()method 
public function removeArray(row:DataRow):void

Parameters

row:DataRow

sort()method 
override AS3 function sort(... parameters):*

Parameters

... parameters

Returns
*