Module:libextPackage:wrap.extParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.WindowGroup

Inheritance : Object

Constructors

Signature
public WindowGroup()

Methods

NameSignature
bringToFrontboolean bringToFront(String windowId)
bringToFrontboolean bringToFront(Window window)
eachvoid each(Function fn)
eachvoid each(Function fn, Object scope)
getWindow get(Window window)
getWindow get(String windowId)
getActiveWindow getActive()
getByArray<Window> getBy(Function fn)
getByArray<Window> getBy(Function fn, Object scope)
hideAllvoid hideAll()
sendToBackWindow sendToBack(Window window)
sendToBackWindow sendToBack(String windowId)

Properties

NameTypeComment
zseed
core.int

Constructors

public WindowGroup()


Methods

bringToFront

boolean bringToFront(String windowId)

Returns
core.boolean

Parameters

NameTypeDescription
windowIdcore.String

bringToFront

boolean bringToFront(Window window)

Returns
core.boolean

Parameters

NameTypeDescription
windowwrap.ext.Window

each

void each(Function fn)

Parameters

NameTypeDescription
fncore.Function

each

void each(Function fn, Object scope)

Parameters

NameTypeDescription
fncore.Function
scopecore.Object

get

Window get(Window window)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
windowwrap.ext.Window

get

Window get(String windowId)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
windowIdcore.String

getActive

Window getActive()

Returns
wrap.ext.Window

getBy

Array<Window> getBy(Function fn)

Returns
core.Array<wrap.ext.Window>

Parameters

NameTypeDescription
fncore.Function

getBy

Array<Window> getBy(Function fn, Object scope)

Returns
core.Array<wrap.ext.Window>

Parameters

NameTypeDescription
fncore.Function
scopecore.Object

hideAll

void hideAll()


sendToBack

Window sendToBack(Window window)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
windowwrap.ext.Window

sendToBack

Window sendToBack(String windowId)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
windowIdcore.String

Module:libextPackage:wrap.extParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation