Packagestimulsoft.flex.data
Classpublic dynamic class DataTableCollection
InheritanceDataTableCollection Inheritance StiBaseCollection Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
  dataSet : DataSet
[read-only]
DataTableCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
DataTableCollection
  
add(table:DataTable):void
DataTableCollection
 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
  
getByName(name:String):DataTable
DataTableCollection
 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(table:DataTable):void
DataTableCollection
 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
Property Detail
dataSetproperty
dataSet:DataSet  [read-only]


Implementation
    public function get dataSet():DataSet
Constructor Detail
DataTableCollection()Constructor
public function DataTableCollection(dataSet:DataSet)



Parameters
dataSet:DataSet
Method Detail
add()method
public function add(table:DataTable):void

Parameters

table:DataTable

getByName()method 
public function getByName(name:String):DataTable

Parameters

name:String

Returns
DataTable
remove()method 
public function remove(table:DataTable):void

Parameters

table:DataTable