Field Summary |
public
| active: Boolean |
|
|
|
public static
| cursor: Cursor |
| The current custom cursor
|
|
Property Summary |
public static
| current (read)
|
| Gets or sets a cursor symbol that represents the mouse cursor. The default is a null reference. Setting the Current property changes the cursor currently displayed.
|
|
public static
| current: String (write)
|
|
|
|
Constructor |
public
| Cursor (
)
|
| Event handler to enable cursor to track mouse movement
|
|
Method Summary |
public
| __onMouseMove (
) |
| Event handler to enable cursor to track mouse movement
|
|
public static
| attachBusyCursor (
loader: Object
): Void |
| attach the busy cursor to the progress event *
|
|
public static
| hide (
) |
| Hides the current cursor.
|
|
public static
| progressHandler (
e: Object
): Void |
| Callback from the progress event
|
|
public static
| removeBusyCursor (
loader: Object
): Void |
| remove the busy cursor to the progress event *
|
|
public static
| show (
) |
| Displays the current cursor.
|
|
public static
| showBusyCursor (
state: Boolean
) |
| Displays or hides the busy cursor dependent on the state param
|
|
|