Package | stimulsoft.report.components |
Class | public dynamic class StiBookmarkCollection |
Inheritance | StiBookmarkCollection ![]() ![]() |
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):void
Parameters
bookmarks:Array |
clone | () | method |
public function clone(... args):Object
Parameters
... args |
Object |
contains | () | method |
public function contains(bookmark:StiBookmark):Boolean
Parameters
bookmark:StiBookmark |
Boolean |
indexOfName | () | method |
public function indexOfName(name:String):int
Parameters
name:String |
int |
insert | () | method |
public function insert(index:int, bookmark:StiBookmark):void
Parameters
index:int | |
bookmark:StiBookmark |
remove | () | method |
removeAt | () | method |
public function removeAt(index:int):void
Parameters
index:int |