| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.events.MouseWheelListener
Field Summary | |
| public static | mouseWheelListener |
| Our singleton | |
Constructor | |
| public | MouseWheelListener ( ) |
| Constructor | |
Method Summary | |
| public | attach ( target ) |
| Attach the listener to a component and activate | |
| public | detach ( target ) |
| Detach from a component and stop listening | |
| public | grab ( target ) |
| Temporarily Attach the listener to another component and activate | |
| public | release ( target ) |
| Detach from a component and restore back to ols parent | |
| public static var mouseWheelListener |
| Our singleton |
|
| Constructor |
|
| Attach the listener to a component and activate | |||
|
|
| Detach from a component and stop listening | |||
|
|
| Temporarily Attach the listener to another component and activate | |||
|
|
| Detach from a component and restore back to ols parent | |||
|