| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.KeyMap
Inheritance : Object
Constructors
| Signature |
| public KeyMap(HTMLElement el, KeyMapOptions config) |
| public KeyMap(HTMLElement el, KeyMapOptions config, String eventName) |
Methods
| Name | Signature |
| addBinding | void addBinding(KeyMapOptions config) |
| addBinding | void addBinding(Array<KeyMapOptions> config) |
| disable | void disable() |
| enable | void enable() |
| isEnabled | boolean isEnabled() |
| on | void on(KeyMapOptions number, Function fn) |
| on | void on(Array<int> number, Function fn) |
| on | void on(int number, Function fn) |
| on | void on(int number, Function fn, Object scope) |
| on | void on(KeyMapOptions number, Function fn, Object scope) |
| on | void on(Array<int> number, Function fn, Object scope) |
Properties
| Name | Type | Comment | |
| stopEvent |
|
Constructors
|
public KeyMap(HTMLElement el, KeyMapOptions config) Parameters
|
|
public KeyMap(HTMLElement el, KeyMapOptions config, String eventName) Parameters
|
Methods
|
addBinding void addBinding(KeyMapOptions config) Parameters
|
|
addBinding void addBinding(Array<KeyMapOptions> config) Parameters
|
|
disable void disable() |
|
enable void enable() |
|
isEnabled boolean isEnabled()
|
||||
|
on void on(KeyMapOptions number, Function fn) Parameters
|
|
on void on(Array<int> number, Function fn) Parameters
|
|
on void on(int number, Function fn) Parameters
|
|
on void on(int number, Function fn, Object scope) Parameters
|
|
on void on(KeyMapOptions number, Function fn, Object scope) Parameters
|
|
on void on(Array<int> number, Function fn, Object scope) Parameters
|
| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |