Packagestimulsoft.report.components
Classpublic dynamic class StiBookmarkCollection
InheritanceStiBookmarkCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
add(bookmark:StiBookmark):void
StiBookmarkCollection
  
addRange(bookmarks:Array):void
StiBookmarkCollection
 Inherited
clear():void
StiBaseCollection
  
clone(... args):Object
StiBookmarkCollection
  
contains(bookmark:StiBookmark):Boolean
StiBookmarkCollection
 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
 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
  
indexOfName(name:String):int
StiBookmarkCollection
  
insert(index:int, bookmark:StiBookmark):void
StiBookmarkCollection
 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(bookmark:StiBookmark):void
StiBookmarkCollection
  
removeAt(index:int):void
StiBookmarkCollection
 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
Method Detail
add()method
public function add(bookmark:StiBookmark):void

Parameters

bookmark:StiBookmark

addRange()method 
public function addRange(bookmarks:Array):void

Parameters

bookmarks:Array

clone()method 
public function clone(... args):Object

Parameters

... args

Returns
Object
contains()method 
public function contains(bookmark:StiBookmark):Boolean

Parameters

bookmark:StiBookmark

Returns
Boolean
indexOfName()method 
public function indexOfName(name:String):int

Parameters

name:String

Returns
int
insert()method 
public function insert(index:int, bookmark:StiBookmark):void

Parameters

index:int
 
bookmark:StiBookmark

remove()method 
public function remove(bookmark:StiBookmark):void

Parameters

bookmark:StiBookmark

removeAt()method 
public function removeAt(index:int):void

Parameters

index:int