MasterLayout

MasterLayout

new MasterLayout()

Description:
  • MasterLayout Object

Source:

Methods

(static) baseLayoutObject()

Description:
  • Property used for storing base layout object loaded

Source:

(static) disableLastFocusTrap(deactivateOptions)

Description:
  • Method for setting Deactivating Last Window Focus-Trap

Source:
Parameters:
Name Type Description
deactivateOptions Object

(static) enableLastFocusTrap()

Description:
  • Method for setting Activating Last Window Focus-Trap

Source:

(static) findWindowById(id)

Description:
  • Method to find window by id

Source:
Parameters:
Name Type Description
id

window id

(static) findWindowsByName(windowName)

Description:
  • Method for finding all windows that match a given name

Source:
Parameters:
Name Type Description
windowName

Instance name of window

(static) getBaseLayoutObject()

Description:
  • Method for returning base layout object loaded

Source:

(static) getMasterState()

Description:
  • Method to return master state

Source:
Returns:

DesktopMode

(static) getTaskbarTopMostWindow()

Description:
  • Method for getting top most window from Taskbar Mode

Source:

(static) getTopMostWindow()

Description:
  • Method for getting top most window

Source:

(static) getWindowsInWaitState() → {Array}

Description:
  • Method for finding all windows in wait state

Source:
Returns:
Type
Array

(static) isDesktopMode()

Description:
  • Method for checking if User is currently in Desktop mode

Source:

(static) isTaskbarMode()

Description:
  • Method for checking if User is currently in Taskbar mode

Source:

(static) isWindowInTaskbarMode()

Description:
  • Method for checking if given window is in taskbar mode

Source:

(static) launchBaseLayoutObject()

Description:
  • Method for launching base layout object

Source:

(static) setLastActiveWindow(lastActiveWin)

Description:
  • Method for setting the Last Active Window

Source:
Parameters:
Name Type Description
lastActiveWin

Last Active Window Window

(static) setMasterState(state)

Description:
  • Method for setting the active Master State

Source:
Parameters:
Name Type Description
state

Type of state from DesktopMode

(static) toggleDesktop(isDesktop)

Description:
  • Method to toggle between desktop mode and taskbar mode

Source:
Parameters:
Name Type Description
isDesktop

If Desktop mode should be active MasterModes.DESKTOP_MODE = true