Ext.data.JsonP.Backgrid_Command({ "tagname": "class", "name": "Backgrid.Command", "extends": null, "mixins": [ ], "alternateClassNames": [ ], "aliases": { }, "singleton": false, "requires": [ ], "uses": [ ], "enum": null, "override": null, "inheritable": null, "inheritdoc": null, "meta": { }, "private": null, "id": "class-Backgrid.Command", "members": { "cfg": [ ], "property": [ ], "method": [ { "name": "constructor", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-constructor" }, { "name": "cancel", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-cancel" }, { "name": "moveDown", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-moveDown" }, { "name": "moveLeft", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-moveLeft" }, { "name": "moveRight", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-moveRight" }, { "name": "moveUp", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-moveUp" }, { "name": "passThru", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-passThru" }, { "name": "save", "tagname": "method", "owner": "Backgrid.Command", "meta": { }, "id": "method-save" } ], "event": [ ], "css_var": [ ], "css_mixin": [ ] }, "linenr": 75, "files": [ { "filename": "preamble.js", "href": null } ], "html_meta": { }, "statics": { "cfg": [ ], "property": [ ], "method": [ ], "event": [ ], "css_var": [ ], "css_mixin": [ ] }, "component": false, "superclasses": [ ], "subclasses": [ ], "mixedInto": [ ], "parentMixins": [ ], "html": "

Command translates a DOM Event into commands that Backgrid\nrecognizes. Interested parties can listen on selected Backgrid events that\ncome with an instance of this class and act on the commands.

\n\n

It is also possible to globally rebind the keyboard shortcuts by replacing\nthe methods in this class' prototype.

\n
Defined By

Methods

Backgrid.Command
new( ) : Backgrid.Command
...
\n

Returns

Backgrid.Command
( )
Esc ...

Esc

\n
Backgrid.Command
( )
Down Arrow ...

Down Arrow

\n
Backgrid.Command
( )
Shift Tab ...

Shift Tab

\n
Backgrid.Command
( )
Tab ...

Tab

\n
Backgrid.Command
( )
Up Arrow ...

Up Arrow

\n
Backgrid.Command
( )
None of the above. ...

None of the above.

\n
Backgrid.Command
( )
Enter ...

Enter

\n
" });