new LockScreenWindow()
This window is inherit the AppWindow, and modifies some properties different from the later.
This window is inherit the AppWindow, and modifies some properties different from the later.
- Source:
Extends
Members
CLASS_LIST :string
LockScreenWindow has its own styles.
LockScreenWindow has its own styles.
Type:
- string
- Source:
closeAnimation :string
Different animation from the original window.
Different animation from the original window.
Type:
- string
- Source:
eventPrefix :string
We would maintain our own events by other components.
We would maintain our own events by other components.
Type:
- string
- Source:
lockscreen :LockScreen
We still need this before we put the lockreen inside an iframe.
We still need this before we put the lockreen inside an iframe.
Type:
- Source:
openAnimation :string
Different animation from the original window.
Different animation from the original window.
Type:
- string
- Source:
Methods
createFrame()
Create the iframe and load it.
Create the iframe and load it.
This:
- Source:
Events
appclose
Fired when the app's closing animation is ended.
Fired when the app's closing animation is ended.
- Inherited From:
- Source:
appclosing
Fired when the app is doing closing animation.
Fired when the app is doing closing animation.
- Inherited From:
- Source:
appopen
Fired when the app's opening animation is ended.
Fired when the app's opening animation is ended.
- Inherited From:
- Source:
appopening
Fired when the app is doing opening animation.
Fired when the app is doing opening animation.
- Inherited From:
- Source:
lockscreen-appresize
Fired when the app is resized.
Fired when the app is resized.
- Source:
lockscreen-appresize
Fired when the app is resized.
Fired when the app is resized.
- Source:
_withkeyboard
The event is dispatched on the app window only when keyboard is up.
The event is dispatched on the app window only when keyboard is up.
- Source:
_withoutkeyboard
The event is dispatched on the LockScreen window only when keyboard is hidden.
The event is dispatched on the LockScreen window only when keyboard is hidden.
- Source: