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

wrap.ext.Window

Inheritance : Object : Observable : Component : BoxComponent : Container : Panel

Constructors

Signature
public Window(WindowConfig windowArguments)

Methods

NameSignature
alignToWindow alignTo(Element element, String position)
alignToWindow alignTo(HTMLElement element, String position)
alignToWindow alignTo(String elementId, String position)
alignToWindow alignTo(HTMLElement element, String position, Array<int> offsets)
alignToWindow alignTo(Element element, String position, Array<int> offsets)
alignToWindow alignTo(String elementId, String position, Array<int> offsets)
anchorToWindow anchorTo(HTMLElement element, String position)
anchorToWindow anchorTo(String elementId, String position)
anchorToWindow anchorTo(Element element, String position)
anchorToWindow anchorTo(Element element, String position, Array<int> offsets)
anchorToWindow anchorTo(String elementId, String position, Array<int> offsets)
anchorToWindow anchorTo(HTMLElement element, String position, Array<int> offsets)
anchorToWindow anchorTo(Element element, String position, Array<int> offsets, int monitorScroll)
anchorToWindow anchorTo(Element element, String position, Array<int> offsets, boolean monitorScroll)
anchorToWindow anchorTo(HTMLElement element, String position, Array<int> offsets, int monitorScroll)
anchorToWindow anchorTo(HTMLElement element, String position, Array<int> offsets, boolean monitorScroll)
anchorToWindow anchorTo(String elementId, String position, Array<int> offsets, boolean monitorScroll)
anchorToWindow anchorTo(String elementId, String position, Array<int> offsets, int monitorScroll)
centerWindow center()
closevoid close()
focusvoid focus()
hidevoid hide()
hidevoid hide(String animateTarget)
hidevoid hide(Element animateTarget)
hidevoid hide(String animateTarget, Function callback)
hidevoid hide(Element animateTarget, Function callback)
hidevoid hide(String animateTarget, Function callback, Object scope)
hidevoid hide(Element animateTarget, Function callback, Object scope)
maximizevoid maximize()
minimizevoid minimize()
restorevoid restore()
setActivevoid setActive()
setActivevoid setActive(boolean active)
setAnimateTargetvoid setAnimateTarget(String elementId)
setAnimateTargetvoid setAnimateTarget(Element element)
showvoid show()
showvoid show(Element animateTarget)
showvoid show(String animateTarget)
showvoid show(String animateTarget, Function callback)
showvoid show(Element animateTarget, Function callback)
showvoid show(Element animateTarget, Function callback, Object scope)
showvoid show(String animateTarget, Function callback, Object scope)
toBackWindow toBack()
toFrontWindow toFront()
toggleMaximizevoid toggleMaximize()

Constructors

public Window(WindowConfig windowArguments)

Parameters

NameTypeDescription
windowArgumentswrap.ext.types.WindowConfig



Methods

alignTo

Window alignTo(Element element, String position)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementwrap.ext.Element
positioncore.String

alignTo

Window alignTo(HTMLElement element, String position)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
positioncore.String

alignTo

Window alignTo(String elementId, String position)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementIdcore.String
positioncore.String

alignTo

Window alignTo(HTMLElement element, String position, Array<int> offsets)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
positioncore.String
offsetscore.Array<core.int>

alignTo

Window alignTo(Element element, String position, Array<int> offsets)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementwrap.ext.Element
positioncore.String
offsetscore.Array<core.int>

alignTo

Window alignTo(String elementId, String position, Array<int> offsets)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementIdcore.String
positioncore.String
offsetscore.Array<core.int>

anchorTo

Window anchorTo(HTMLElement element, String position)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
positioncore.String

anchorTo

Window anchorTo(String elementId, String position)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementIdcore.String
positioncore.String

anchorTo

Window anchorTo(Element element, String position)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementwrap.ext.Element
positioncore.String

anchorTo

Window anchorTo(Element element, String position, Array<int> offsets)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementwrap.ext.Element
positioncore.String
offsetscore.Array<core.int>

anchorTo

Window anchorTo(String elementId, String position, Array<int> offsets)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementIdcore.String
positioncore.String
offsetscore.Array<core.int>

anchorTo

Window anchorTo(HTMLElement element, String position, Array<int> offsets)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
positioncore.String
offsetscore.Array<core.int>

anchorTo

Window anchorTo(Element element, String position, Array<int> offsets, int monitorScroll)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementwrap.ext.Element
positioncore.String
offsetscore.Array<core.int>
monitorScrollcore.int

anchorTo

Window anchorTo(Element element, String position, Array<int> offsets, boolean monitorScroll)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementwrap.ext.Element
positioncore.String
offsetscore.Array<core.int>
monitorScrollcore.boolean

anchorTo

Window anchorTo(HTMLElement element, String position, Array<int> offsets, int monitorScroll)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
positioncore.String
offsetscore.Array<core.int>
monitorScrollcore.int

anchorTo

Window anchorTo(HTMLElement element, String position, Array<int> offsets, boolean monitorScroll)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
positioncore.String
offsetscore.Array<core.int>
monitorScrollcore.boolean

anchorTo

Window anchorTo(String elementId, String position, Array<int> offsets, boolean monitorScroll)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementIdcore.String
positioncore.String
offsetscore.Array<core.int>
monitorScrollcore.boolean

anchorTo

Window anchorTo(String elementId, String position, Array<int> offsets, int monitorScroll)

Returns
wrap.ext.Window

Parameters

NameTypeDescription
elementIdcore.String
positioncore.String
offsetscore.Array<core.int>
monitorScrollcore.int

center

Window center()

Returns
wrap.ext.Window

close

void close()


focus

void focus()


hide

void hide()


hide

void hide(String animateTarget)

Parameters

NameTypeDescription
animateTargetcore.String

hide

void hide(Element animateTarget)

Parameters

NameTypeDescription
animateTargetwrap.ext.Element

hide

void hide(String animateTarget, Function callback)

Parameters

NameTypeDescription
animateTargetcore.String
callbackcore.Function

hide

void hide(Element animateTarget, Function callback)

Parameters

NameTypeDescription
animateTargetwrap.ext.Element
callbackcore.Function

hide

void hide(String animateTarget, Function callback, Object scope)

Parameters

NameTypeDescription
animateTargetcore.String
callbackcore.Function
scopecore.Object

hide

void hide(Element animateTarget, Function callback, Object scope)

Parameters

NameTypeDescription
animateTargetwrap.ext.Element
callbackcore.Function
scopecore.Object

maximize

void maximize()


minimize

void minimize()


restore

void restore()


setActive

void setActive()


setActive

void setActive(boolean active)

Parameters

NameTypeDescription
activecore.boolean

setAnimateTarget

void setAnimateTarget(String elementId)

Parameters

NameTypeDescription
elementIdcore.String

setAnimateTarget

void setAnimateTarget(Element element)

Parameters

NameTypeDescription
elementwrap.ext.Element

show

void show()


show

void show(Element animateTarget)

Parameters

NameTypeDescription
animateTargetwrap.ext.Element

show

void show(String animateTarget)

Parameters

NameTypeDescription
animateTargetcore.String

show

void show(String animateTarget, Function callback)

Parameters

NameTypeDescription
animateTargetcore.String
callbackcore.Function

show

void show(Element animateTarget, Function callback)

Parameters

NameTypeDescription
animateTargetwrap.ext.Element
callbackcore.Function

show

void show(Element animateTarget, Function callback, Object scope)

Parameters

NameTypeDescription
animateTargetwrap.ext.Element
callbackcore.Function
scopecore.Object

show

void show(String animateTarget, Function callback, Object scope)

Parameters

NameTypeDescription
animateTargetcore.String
callbackcore.Function
scopecore.Object

toBack

Window toBack()

Returns
wrap.ext.Window

toFront

Window toFront()

Returns
wrap.ext.Window

toggleMaximize

void toggleMaximize()


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