Packagestimulsoft.report.list
Classpublic dynamic class LongList
InheritanceLongList Inheritance List Inheritance StiArrayList Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiArrayList
  listName : String
[override] [read-only] Gets specified name of List.
LongList
  listType : int
[override] [read-only] Gets the type of List items.
LongList
Public Methods
 MethodDefined By
 Inherited
add(object:*):void
StiArrayList
  
addElement(value:Object):void
[override]
LongList
 Inherited
addRange(objects:Array):void
StiArrayList
 Inherited
clear():void
StiArrayList
 Inherited
clone(... args):Object
StiArrayList
 Inherited
contains(object:*):Boolean
StiArrayList
 Inherited
equals(object:Object):Boolean
StiArrayList
 Inherited
fromType(type:int):List
[static]
List
 Inherited
insert(index:int, object:*):void
StiArrayList
 Inherited
StiArrayList
 Inherited
remove(object:*):void
StiArrayList
 Inherited
removeAt(index:int):void
StiArrayList
 Inherited
removeRange(index:int, count:int):void
StiArrayList
 Inherited
toQueryString(quotationMark:String = null, dateTimeFormat:String = null):String
List
Property Detail
listNameproperty
listName:String  [read-only] [override]

Gets specified name of List. List name equal to name of List class.


Implementation
    public function get listName():String
listTypeproperty 
listType:int  [read-only] [override]

Gets the type of List items.


Implementation
    public function get listType():int
Method Detail
addElement()method
override public function addElement(value:Object):void

Parameters

value:Object