X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/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 a7f2f89e..2095fa78 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
@@ -110,7 +110,7 @@ Or a shorthand syntax:
| Observable | |
enableBubble( Object events )
+});Returns:
| 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 @@ -119,13 +119,13 @@ this.getBubbleTarget() if present... Enables events fi 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:
Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
+});Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
:
BooleanFires the specified event with the passed parameters (minus the event name).
An event may be set to bubble up an Obse... Fires the specified event with the passed parameters (minus the event name). |