Index

LockScreenWindow

new LockScreenWindow()

This window is inherit the AppWindow, and modifies some properties
different from the later.

Members

CLASS_LIST :string

LockScreenWindow has its own styles.

closeAnimation :string

Different animation from the original window.

eventPrefix :string

We would maintain our own events by other components.

lockscreen :LockScreen

We still need this before we put the lockreen inside an iframe.

openAnimation :string

Different animation from the original window.

Methods

createOverlay()

Create LockScreen overlay. This method would exist until
we make the overlay loaded from HTML file just like the
real iframe app.

This:

Events

appclose

Fired when the app's closing animation is ended.

appclosing

Fired when the app is doing closing animation.

appcreated

This is fired when the app window is instantiated.

appdestroyed

Fired after the instance id destroyed.

appopen

Fired when the app's opening animation is ended.

appopening

Fired when the app is doing opening animation.

apprendered

Fired after the app window element is appended to the DOM tree.

apprequestclose

Fired once we'd like to be closed.
The one who makes decision to call close() would be AppWindowManager.

apprequestopen

Fired once we'd like to be opened.
The one who makes decision to call open() would be AppWindowManager.

appresize

Fired when the app is resized.

appterminated

Fired when the instance is terminated.

appwilldestroy

Fired before the instance id destroyed.

appwillrender

Fired before this element is appended to the DOM tree.