Hierarchy

Implements

Index

Properties

list

list: StiRow[] = []

Accessors

count

  • get count(): number
  • Gets the number of elements contained in the CollectionBase instance.

    Returns number

length

  • get length(): number

Methods

add

add2

  • add2(value: any, displayValue: any): void
  • Parameters

    • value: any
    • displayValue: any

    Returns void

addRange

clear

  • clear(): void

contains

  • contains(item: StiRow | any): boolean

getByIndex

  • getByIndex(index: number): StiRow

getByValue

  • getByValue(value: any): StiRow
  • Parameters

    • value: any

    Returns StiRow

indexOf

  • indexOf(item: StiRow): number

insert

  • insert(index: number, value: StiRow): void

remove

removeAt

  • removeAt(index: number): void

setByIndex

  • setByIndex(index: number, value: StiRow): void

sort

toCast

  • toCast<C>(): C[]

toList

Generated using TypeDoc