Class Index | File Index

Classes


Class pwlib.appEvent.guiFloatingPanelStateChange


Extends pwlib.appEvent.
The state change event for the floating panel. This event is fired when the floating panel changes its state. This event is not cancelable.
Defined in: script.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The current floating panel state.
<constant>  
Panel state: the user is dragging the floating panel.
<constant>  
Panel state: hidden.
<constant>  
Panel state: minimized.
<constant>  
Panel state: visible.
Fields borrowed from class pwlib.appEvent:
cancelable, defaultPrevented, target, type
Methods borrowed from class pwlib.appEvent:
preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.guiFloatingPanelStateChange(state)
Parameters:
{Number} state
The floating panel state.
Field Detail
{Number} state
The current floating panel state.

<constant> STATE_DRAGGING
Panel state: the user is dragging the floating panel.

<constant> STATE_HIDDEN
Panel state: hidden.

<constant> STATE_MINIMIZED
Panel state: minimized.

<constant> STATE_VISIBLE
Panel state: visible.

Documentation generated by JsDoc Toolkit 2.3.0 on Sat Jun 26 2010 21:57:00 GMT+0300 (EEST)