Field Summary |
public static
| activeForm |
|
|
|
public
| bDrawFocus: Boolean |
| should focus be drawn
|
|
public static
| DEPTH_RESERVED_WINDOW |
| WindowManager vars depth constant for system windows holder
|
|
public
| enabled: Boolean |
| Controls whether the FocusManager will control tabbing
|
|
public static
| focusControl |
| the object that had focus when the mouse button was pressed
|
|
public static
| forms: Array |
|
|
|
public static
| isMouseDown: Boolean |
|
|
|
public static
| isPressFocused |
| are we in pressFocused state
|
|
public
| lastActiveWindow |
|
|
|
public static
| lastFocusControl |
|
|
|
public static
| logEnabled: Boolean |
| SystemManager vars
|
|
Property Summary |
public
| hasModals: Boolean (read-only)
|
|
|
|
Constructor |
public
| SystemManager (
)
|
| Creates a new instance of the WindowManager
|
|
Method Summary |
public
| activateForm (
f: Object
): Void |
|
|
|
public
| addForm (
f: Object
): Void |
|
|
|
public static
| checkIdle (
): Void |
|
|
|
public
| createMenu (
owner: Object
): Object |
| Creates a container for popup menus
|
|
public
| createPopup (
owner: Object
): Object |
| Creates a container for a popup
|
|
public
| createWindow (
WindowClass, isModal: Boolean, content, title: String, closeButton: Boolean, listener: Object, contentInitProps: Object, options: Object, owner: Object, returnFunction: Function
): Object |
| Displays the standard non modal dialog/window
|
|
public
| deactivateForm (
f: Object
): Void |
|
|
|
public
| getActualFocus (
o: Object
): Object |
| Locates the owning component of a focusable object
|
|
public
| getFocus (
): Object |
| Get the component that currently has the focus.
|
|
public static
| getInstance (
): SystemManager |
| Returns a ref to the singleton SystemManager*
|
|
public
| getSelectionFocus (
): Object |
| Returns a reference to the actual object that currently is focused
|
|
public
| hideFocus (
): Void |
| turns of drawing focus and removes the focus ring on the current item*
|
|
public
| hidePopUp (
popup: Object
): Void |
| Hide the active popup
|
|
public static
| init (
): Void |
|
|
|
public
| isOurFocus (
o: Object
): Boolean |
| Is the specified object part of our focus group*
|
|
public
| onActivateWindow (
tgt
): Void |
| Called by a window when it becomes active or by the system when a MouseDown in a new Window
|
|
public
| onDeactivateWindow (
tgt
): Void |
| Called by a window when it becomes inactive or hidden
|
|
public
| onMouseDown (
): Void |
|
|
|
public
| onMouseMove (
): Void |
|
|
|
public
| onMouseUp (
): Void |
|
|
|
public
| onSetFocus (
oldFocus: Object, newFocus: Object
): Void |
|
|
|
public static
| onTabKeyPress (
) |
| callback from the tabcapture control*
|
|
public
| removeForm (
f: Object
): Void |
|
|
|
public
| showFocus (
): Void |
| turns on drawing focus and redraws the focus ring on the current item*
|
|
public
| showPopUp (
popup: Object, x: Number, y: Number
): Void |
| Makes a popup visible and places it at the specified location
|
|
public
| tabHandler (
) |
| Handler for the tab key press*
|
|
|