Package | stimulsoft.flex.data |
Class | public dynamic class DataColumnCollection |
Inheritance | DataColumnCollection ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
_cachedDataColumns1 : Object | DataColumnCollection | ||
_cachedDataColumns2 : Object | DataColumnCollection | ||
![]() | count : int [read-only] | StiBaseCollection | |
![]() | name : String | StiBaseCollection | |
table : DataTable [read-only] | DataColumnCollection |
Method | Defined By | ||
---|---|---|---|
DataColumnCollection(table:DataTable) | DataColumnCollection | ||
add(column:DataColumn):void | DataColumnCollection | ||
![]() | clear():void | StiBaseCollection | |
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
getByName(name:String):DataColumn | DataColumnCollection | ||
getIndexByName(name:String):int | DataColumnCollection | ||
![]() | 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 | |
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
![]() | memberwiseClone():Object Creates a shallow copy of the current Collection. | StiBaseCollection | |
![]() | moveDown(object:*):void Moving an object of a collection one position closer to the end of the collection | StiBaseCollection | |
![]() | moveUp(object:*):void Moving objects of a collection one position up to the begining of the collection | StiBaseCollection | |
remove(column:DataColumn):void | DataColumnCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
![]() | toArray():Array Converting into Array | StiBaseCollection |
_cachedDataColumns1 | property |
public var _cachedDataColumns1:Object
_cachedDataColumns2 | property |
public var _cachedDataColumns2:Object
table | property |
DataColumnCollection | () | Constructor |
add | () | method |
getByName | () | method |
getIndexByName | () | method |
public function getIndexByName(name:String):int
Parameters
name:String |
int |
remove | () | method |