Packagestimulsoft.report.list
Classpublic dynamic class TimeSpanList
InheritanceTimeSpanList 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.
TimeSpanList
  listType : int
[override] [read-only] Gets the type of List items.
TimeSpanList
Public Methods
 MethodDefined By
 Inherited
add(object:*):void
StiArrayList
  
addElement(value:Object):void
[override]
TimeSpanList
 Inherited
addRange(objects:Array):void
StiArrayList
 Inherited
clear():void
StiArrayList
 Inherited
clone(... args):Object
StiArrayList
  
contains(object:*):Boolean
[override]
TimeSpanList
 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

contains()method 
override public function contains(object:*):Boolean

Parameters

object:*

Returns
Boolean