| Package | stimulsoft.report.components |
| Class | public dynamic class StiBookmarkCollection |
| Inheritance | StiBookmarkCollection StiBaseCollection Object |
| Implements | IStiClonable |
| Method | Defined By | ||
|---|---|---|---|
add(bookmark:StiBookmark):void | StiBookmarkCollection | ||
addRange(bookmarks:Array):void | StiBookmarkCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object | StiBookmarkCollection | ||
contains(bookmark:StiBookmark):Boolean | StiBookmarkCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
![]() | 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 | |
indexOfName(name:String):int | StiBookmarkCollection | ||
insert(index:int, bookmark:StiBookmark):void | StiBookmarkCollection | ||
![]() | 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(bookmark:StiBookmark):void | StiBookmarkCollection | ||
removeAt(index:int):void | StiBookmarkCollection | ||
![]() | 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 | |
| add | () | method |
| addRange | () | method |
public function addRange(bookmarks:Array):voidParameters
bookmarks:Array |
| clone | () | method |
public function clone(... args):ObjectParameters
... args |
Object |
| contains | () | method |
public function contains(bookmark:StiBookmark):BooleanParameters
bookmark:StiBookmark |
Boolean |
| indexOfName | () | method |
public function indexOfName(name:String):intParameters
name:String |
int |
| insert | () | method |
public function insert(index:int, bookmark:StiBookmark):voidParameters
index:int | |
bookmark:StiBookmark |
| remove | () | method |
| removeAt | () | method |
public function removeAt(index:int):voidParameters
index:int |