X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.grid.RowSelectionModel.html?ds=inline diff --git a/docs/output/Ext.grid.RowSelectionModel.html b/docs/output/Ext.grid.RowSelectionModel.html index ab4f1bb6..de47a26a 100644 --- a/docs/output/Ext.grid.RowSelectionModel.html +++ b/docs/output/Ext.grid.RowSelectionModel.html @@ -1,4 +1,6 @@ -
Observable AbstractSelectionModel RowSelectionModel
Package: | Ext.grid |
Defined In: | RowSelectionModel.js |
Class: | RowSelectionModel |
Subclasses: | CheckboxSelectionModel |
Extends: | AbstractSelectionModel |
Observable + AbstractSelectionModel + RowSelectionModel
Package: | Ext.grid |
Defined In: | RowSelectionModel.js |
Class: | RowSelectionModel |
Subclasses: | CheckboxSelectionModel |
Extends: | AbstractSelectionModel |
Config Options | Defined By | |
---|---|---|
listeners : Object A config object containing one or more event handlers to be added to this
@@ -141,38 +143,38 @@ false, iteration is stopped and this function ... Calls t
false, iteration is stopped and this function returns
false. Otherwise it returns true. Parameters:
| RowSelectionModel | |
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).
|