Package | stimulsoft.report.list |
Class | public dynamic class DateTimeList |
Inheritance | DateTimeList ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | count : int [read-only] | StiArrayList | |
listName : String [override] [read-only] Gets specified name of List. | DateTimeList | ||
listType : int [override] [read-only] Gets the type of List items. | DateTimeList |
Method | Defined By | ||
---|---|---|---|
![]() | add(object:*):void | StiArrayList | |
addElement(value:Object):void [override] | DateTimeList | ||
![]() | addRange(objects:Array):void | StiArrayList | |
![]() | clear():void | StiArrayList | |
![]() | clone(... args):Object | StiArrayList | |
contains(object:*):Boolean [override] | DateTimeList | ||
![]() | 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):void
Parameters
value:Object |
contains | () | method |
override public function contains(object:*):Boolean
Parameters
object:* |
Boolean |