X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.grid.AbstractSelectionModel.html?ds=inline diff --git a/docs/output/Ext.grid.AbstractSelectionModel.html b/docs/output/Ext.grid.AbstractSelectionModel.html index d100bf0f..143af15a 100644 --- a/docs/output/Ext.grid.AbstractSelectionModel.html +++ b/docs/output/Ext.grid.AbstractSelectionModel.html @@ -1,4 +1,4 @@ -
Observable AbstractSelectionModel
Package: | Ext.grid |
Defined In: | AbstractSelectionModel.js |
Class: | AbstractSelectionModel |
Subclasses: | CellSelectionModel, RowSelectionModel |
Extends: | Observable |
Observable AbstractSelectionModel
Package: | Ext.grid |
Defined In: | AbstractSelectionModel.js |
Class: | AbstractSelectionModel |
Subclasses: | CellSelectionModel, RowSelectionModel |
Extends: | Observable |
Config Options | Defined By | |
---|---|---|
listeners : Object A config object containing one or more event handlers to be added to this
object during initialization. This should ... A config object containing one or more event handlers to be added to this
object during initialization. This should be a valid listeners config object as specified in the
@@ -112,38 +112,38 @@ Or a shorthand syntax:
| Observable | |
enableBubble( String/Array events )
:
- voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget() if present... Enables events fired by this Observable to bubble up an owner hierarchy by calling
- This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default -implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to -access the required target more quickly. -Example:
| Observable | |
fireEvent( String eventName , Object... args )
:
BooleanFires the specified event with the passed parameters (minus the event name).
|