| Module: | libext | Package: | wrap.ext | Parent: | Panel | Copyright (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
| Name | Signature |
| alignTo | Window alignTo(Element element, String position) |
| alignTo | Window alignTo(HTMLElement element, String position) |
| alignTo | Window alignTo(String elementId, String position) |
| alignTo | Window alignTo(HTMLElement element, String position, Array<int> offsets) |
| alignTo | Window alignTo(Element element, String position, Array<int> offsets) |
| alignTo | Window alignTo(String elementId, String position, Array<int> offsets) |
| anchorTo | Window anchorTo(HTMLElement element, String position) |
| anchorTo | Window anchorTo(String elementId, String position) |
| anchorTo | Window anchorTo(Element element, String position) |
| anchorTo | Window anchorTo(Element element, String position, Array<int> offsets) |
| anchorTo | Window anchorTo(String elementId, String position, Array<int> offsets) |
| anchorTo | Window anchorTo(HTMLElement element, String position, Array<int> offsets) |
| anchorTo | Window anchorTo(Element element, String position, Array<int> offsets, int monitorScroll) |
| anchorTo | Window anchorTo(Element element, String position, Array<int> offsets, boolean monitorScroll) |
| anchorTo | Window anchorTo(HTMLElement element, String position, Array<int> offsets, int monitorScroll) |
| anchorTo | Window anchorTo(HTMLElement element, String position, Array<int> offsets, boolean monitorScroll) |
| anchorTo | Window anchorTo(String elementId, String position, Array<int> offsets, boolean monitorScroll) |
| anchorTo | Window anchorTo(String elementId, String position, Array<int> offsets, int monitorScroll) |
| center | Window center() |
| close | void close() |
| focus | void focus() |
| hide | void hide() |
| hide | void hide(String animateTarget) |
| hide | void hide(Element animateTarget) |
| hide | void hide(String animateTarget, Function callback) |
| hide | void hide(Element animateTarget, Function callback) |
| hide | void hide(String animateTarget, Function callback, Object scope) |
| hide | void hide(Element animateTarget, Function callback, Object scope) |
| maximize | void maximize() |
| minimize | void minimize() |
| restore | void restore() |
| setActive | void setActive() |
| setActive | void setActive(boolean active) |
| setAnimateTarget | void setAnimateTarget(String elementId) |
| setAnimateTarget | void setAnimateTarget(Element element) |
| show | void show() |
| show | void show(Element animateTarget) |
| show | void show(String animateTarget) |
| show | void show(String animateTarget, Function callback) |
| show | void show(Element animateTarget, Function callback) |
| show | void show(Element animateTarget, Function callback, Object scope) |
| show | void show(String animateTarget, Function callback, Object scope) |
| toBack | Window toBack() |
| toFront | Window toFront() |
| toggleMaximize | void toggleMaximize() |
Constructors
|
public Window(WindowConfig windowArguments) Parameters
|
Methods
|
alignTo Window alignTo(Element element, String position)
Parameters
|
|||||||||||||
|
alignTo Window alignTo(HTMLElement element, String position)
Parameters
|
|||||||||||||
|
alignTo Window alignTo(String elementId, String position)
Parameters
|
|||||||||||||
|
alignTo Window alignTo(HTMLElement element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
alignTo Window alignTo(Element element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
alignTo Window alignTo(String elementId, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
anchorTo Window anchorTo(HTMLElement element, String position)
Parameters
|
|||||||||||||
|
anchorTo Window anchorTo(String elementId, String position)
Parameters
|
|||||||||||||
|
anchorTo Window anchorTo(Element element, String position)
Parameters
|
|||||||||||||
|
anchorTo Window anchorTo(Element element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
anchorTo Window anchorTo(String elementId, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
anchorTo Window anchorTo(HTMLElement element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
anchorTo Window anchorTo(Element element, String position, Array<int> offsets, int monitorScroll)
Parameters
|
|||||||||||||||||||
|
anchorTo Window anchorTo(Element element, String position, Array<int> offsets, boolean monitorScroll)
Parameters
|
|||||||||||||||||||
|
anchorTo Window anchorTo(HTMLElement element, String position, Array<int> offsets, int monitorScroll)
Parameters
|
|||||||||||||||||||
|
anchorTo Window anchorTo(HTMLElement element, String position, Array<int> offsets, boolean monitorScroll)
Parameters
|
|||||||||||||||||||
|
anchorTo Window anchorTo(String elementId, String position, Array<int> offsets, boolean monitorScroll)
Parameters
|
|||||||||||||||||||
|
anchorTo Window anchorTo(String elementId, String position, Array<int> offsets, int monitorScroll)
Parameters
|
|||||||||||||||||||
|
center Window center()
|
||||
|
close void close() |
|
focus void focus() |
|
hide void hide() |
|
hide void hide(String animateTarget) Parameters
|
|
hide void hide(Element animateTarget) Parameters
|
|
hide void hide(String animateTarget, Function callback) Parameters
|
|
hide void hide(Element animateTarget, Function callback) Parameters
|
|
hide void hide(String animateTarget, Function callback, Object scope) Parameters
|
|
hide void hide(Element animateTarget, Function callback, Object scope) Parameters
|
|
maximize void maximize() |
|
minimize void minimize() |
|
restore void restore() |
|
setActive void setActive() |
|
setActive void setActive(boolean active) Parameters
|
|
setAnimateTarget void setAnimateTarget(String elementId) Parameters
|
|
setAnimateTarget void setAnimateTarget(Element element) Parameters
|
|
show void show() |
|
show void show(Element animateTarget) Parameters
|
|
show void show(String animateTarget) Parameters
|
|
show void show(String animateTarget, Function callback) Parameters
|
|
show void show(Element animateTarget, Function callback) Parameters
|
|
show void show(Element animateTarget, Function callback, Object scope) Parameters
|
|
show void show(String animateTarget, Function callback, Object scope) Parameters
|
|
toBack Window toBack()
|
||||
|
toFront Window toFront()
|
||||
|
toggleMaximize void toggleMaximize() |
| Module: | libext | Package: | wrap.ext | Parent: | Panel | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |