Packagestimulsoft.flex.data
Classpublic dynamic class DataColumnCollection
InheritanceDataColumnCollection Inheritance StiBaseCollection Inheritance Object



Public Properties
 PropertyDefined By
  _cachedDataColumns1 : Object
DataColumnCollection
  _cachedDataColumns2 : Object
DataColumnCollection
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
  table : DataTable
[read-only]
DataColumnCollection
Public Methods
 MethodDefined By
  
DataColumnCollection
  
add(column:DataColumn):void
DataColumnCollection
 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):DataColumn
DataColumnCollection
  
getIndexByName(name:String):int
DataColumnCollection
 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(column:DataColumn):void
DataColumnCollection
 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
_cachedDataColumns1property
public var _cachedDataColumns1:Object

_cachedDataColumns2property 
public var _cachedDataColumns2:Object

tableproperty 
table:DataTable  [read-only]


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



Parameters
table:DataTable
Method Detail
add()method
public function add(column:DataColumn):void

Parameters

column:DataColumn

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

Parameters

name:String

Returns
DataColumn
getIndexByName()method 
public function getIndexByName(name:String):int

Parameters

name:String

Returns
int
remove()method 
public function remove(column:DataColumn):void

Parameters

column:DataColumn