X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.grid.RowSelectionModel.html diff --git a/docs/output/Ext.grid.RowSelectionModel.html b/docs/output/Ext.grid.RowSelectionModel.html index dc702c0b..4bb93c75 100644 --- a/docs/output/Ext.grid.RowSelectionModel.html +++ b/docs/output/Ext.grid.RowSelectionModel.html @@ -1,4 +1,4 @@ -
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
@@ -139,7 +139,7 @@ prevent notifying the view (disables updating the selected appearance) Calls the passed function with each selection. If the function returns
false, iteration is stopped and this function ... Calls the passed function with each selection. If the function returns
false, iteration is stopped and this function returns
-false. Otherwise it returns true. Parameters:
| RowSelectionModel | |
enableBubble( Object events )
+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 @@ -148,13 +148,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). |