Methods
(static) baseLayoutObject()
(static) disableLastFocusTrap(deactivateOptions)
Parameters:
Name | Type | Description |
---|---|---|
deactivateOptions |
Object |
(static) enableLastFocusTrap()
(static) findWindowById(id)
Parameters:
Name | Type | Description |
---|---|---|
id |
window id |
(static) findWindowsByName(windowName)
Parameters:
Name | Type | Description |
---|---|---|
windowName |
Instance name of window |
(static) getBaseLayoutObject()
(static) getMasterState()
Returns:
DesktopMode
(static) getTaskbarTopMostWindow()
(static) getTopMostWindow()
(static) getWindowsInWaitState() → {Array}
Returns:
- Type
- Array
(static) isDesktopMode()
(static) isTaskbarMode()
(static) isWindowInTaskbarMode()
(static) launchBaseLayoutObject()
(static) setLastActiveWindow(lastActiveWin)
Parameters:
Name | Type | Description |
---|---|---|
lastActiveWin |
Last Active Window Window |
(static) setMasterState(state)
Parameters:
Name | Type | Description |
---|---|---|
state |
Type of state from DesktopMode |
(static) toggleDesktop(isDesktop)
Parameters:
Name | Type | Description |
---|---|---|
isDesktop |
If Desktop mode should be active MasterModes.DESKTOP_MODE = true |