Package | stimulsoft.flex.data |
Class | public dynamic class DataRelationCollection |
Inheritance | DataRelationCollection ![]() ![]() |
Subclasses | DataSetRelationCollection, DataTableRelationCollection |
Method | Defined By | ||
---|---|---|---|
DataRelationCollection | |||
add(relation:DataRelation):void | DataRelationCollection | ||
addRange(relations:Array):void | DataRelationCollection | ||
![]() | clear():void | StiBaseCollection | |
contains(name:String):Boolean | DataRelationCollection | ||
![]() | 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):DataRelation | DataRelationCollection | ||
![]() | 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 | |
internalIndexOf(name:String):int | DataRelationCollection | ||
![]() | 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(relation:DataRelation):void | DataRelationCollection | ||
removeAt(index:int):void | DataRelationCollection | ||
![]() | 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 |
Method | Defined By | ||
---|---|---|---|
addCore(relation:DataRelation):void | DataRelationCollection | ||
DataRelationCollection |
DataRelationCollection | () | Constructor |
public function DataRelationCollection()
add | () | method |
addCore | () | method |
addRange | () | method |
public function addRange(relations:Array):void
Parameters
relations:Array |
contains | () | method |
public function contains(name:String):Boolean
Parameters
name:String |
Boolean |
getByName | () | method |
getDataSet | () | method |
internalIndexOf | () | method |
public function internalIndexOf(name:String):int
Parameters
name:String |
int |
remove | () | method |
removeAt | () | method |
public function removeAt(index:int):void
Parameters
index:int |