Packagestimulsoft.report.list
Interfacepublic interface IStiList
Implementors List

Base class for all List classes.



Public Properties
 PropertyDefined By
  count : int
[read-only]
IStiList
  listName : String
[read-only] Gets specified name of list.
IStiList
  listType : int
[read-only] Gets the type of List items.
IStiList
Public Methods
 MethodDefined By
  
addElement(value:Object):void
IStiList
  
clear():void
IStiList
Property Detail
countproperty
count:int  [read-only]


Implementation
    public function get count():int
listNameproperty 
listName:String  [read-only]

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


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

Gets the type of List items.


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

Parameters

value:Object

clear()method 
public function clear():void