| Package | stimulsoft.report.list |
| Class | public dynamic class IntList |
| Inheritance | IntList List StiArrayList Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | count : int [read-only] | StiArrayList | |
| listName : String [override] [read-only] Gets specified name of List. | IntList | ||
| listType : int [override] [read-only] Gets the type of List items. | IntList | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | add(object:*):void | StiArrayList | |
addElement(value:Object):void [override] | IntList | ||
![]() | addRange(objects:Array):void | StiArrayList | |
![]() | clear():void | StiArrayList | |
![]() | clone(... args):Object | StiArrayList | |
![]() | contains(object:*):Boolean | StiArrayList | |
![]() | equals(object:Object):Boolean | StiArrayList | |
![]() | [static] | List | |
![]() | insert(index:int, object:*):void | StiArrayList | |
![]() | memberwiseClone():Object | StiArrayList | |
![]() | remove(object:*):void | StiArrayList | |
![]() | removeAt(index:int):void | StiArrayList | |
![]() | removeRange(index:int, count:int):void | StiArrayList | |
![]() | toQueryString(quotationMark:String = null, dateTimeFormat:String = null):String | List | |
| listName | property |
listName:String [read-only] [override] Gets specified name of List. List name equal to name of List class.
public function get listName():String| listType | property |
listType:int [read-only] [override] Gets the type of List items.
public function get listType():int| addElement | () | method |
override public function addElement(value:Object):voidParameters
value:Object |