Module:libextPackage:wrapParent:ArrayCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ExtArray<U>

Inheritance : Object : Array

Constructors

Signature
public ExtArray()

Methods

NameSignature
indexOfint indexOf(U toCheck)
removeArray<U> remove(U toRemove)

Constructors

public ExtArray()


Methods

indexOf

int indexOf(U toCheck)

Returns
core.int

Parameters

NameTypeDescription
toCheckU

remove

Array<U> remove(U toRemove)

Returns
core.Array<U>

Parameters

NameTypeDescription
toRemoveU

Module:libextPackage:wrapParent:ArrayCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation