| Package | stimulsoft.report.list |
| Class | public dynamic class List |
| Inheritance | List StiArrayList Object |
| Implements | IStiList |
| Subclasses | BoolList, ByteList, CharList, DateTimeList, DecimalList, DoubleList, FloatList, GuidList, IntList, LongList, ShortList, StringList, TimeSpanList |
| Property | Defined By | ||
|---|---|---|---|
![]() | count : int [read-only] | StiArrayList | |
| listName : String [read-only] Gets specified name of List. | List | ||
| listType : int [read-only] Gets the type of List items. | List | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | add(object:*):void | StiArrayList | |
addElement(value:Object):void | List | ||
![]() | 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] Gets specified name of List. List name equal to name of List class.
public function get listName():String| listType | property |
listType:int [read-only] Gets the type of List items.
public function get listType():int| addElement | () | method |
public function addElement(value:Object):voidParameters
value:Object |
| fromType | () | method |
| toQueryString | () | method |
public function toQueryString(quotationMark:String = null, dateTimeFormat:String = null):StringParameters
quotationMark:String (default = null) | |
dateTimeFormat:String (default = null) |
String |