WT Toolkit 0.3.3

Class wtWindowManager

Object
   |
   +--wtObject
         |
         +--wtWindowManager

class wtWindowManager
extends wtObject


A window manager that manages the ordering and activation/deactivation of wtWindow widgets.

Available signals:


Defined in wt_wm.js


Constructor Summary
wtWindowManager(<wtWidget|DOM_Node> parentWidget)
            Constructs a window manager
 
Method Summary
 void addWidget(<wtWindow> widget, <Boolean> modal)
           Adds a wtWindow to be managed by this window manager
 wtWindow bottomWindow()
           Tells the bottom window in the window stack.
 Boolean isEmpty()
           Tells whether the window stack is empty or not.
 void popAll()
           Removes all windows from the window stack.
 void popWindow()
           Removes the top window on the window stack.
 void raiseWindow(<wtWindow> widget)
           Raises an inactive window to the top, regardless of whether a modal window is currently on the top or not.
 void removeWindow(<wtWindow> widget)
           Removes a window from the window manager and from the DOM tree.
 void setZBase(<Number> zBase)
           Sets the base z-axis position for the window stack.
 wtWindow topWindow()
           Tells the top window on the window stack.
 
Methods inherited from class wtObject
startProxy, endProxy, toString, connect, disconnect, emit, setSlot, removeSlot, setSignal, removeSignal, get, set, addDependency, clearLapsedListeners
 

Constructor Detail

wtWindowManager

wtWindowManager(<wtWidget|DOM_Node> parentWidget)

Method Detail

addWidget

void addWidget(<wtWindow> widget, <Boolean> modal)

bottomWindow

wtWindow bottomWindow()

isEmpty

Boolean isEmpty()

popAll

void popAll()

popWindow

void popWindow()

raiseWindow

void raiseWindow(<wtWindow> widget)

removeWindow

void removeWindow(<wtWindow> widget)

setZBase

void setZBase(<Number> zBase)

topWindow

wtWindow topWindow()

WT Toolkit 0.3.3

Documentation generated by JSDoc on Sun May 13 11:26:24 2007