X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.util.ClickRepeater.html?ds=sidebyside diff --git a/docs/output/Ext.util.ClickRepeater.html b/docs/output/Ext.util.ClickRepeater.html index 84f29e7b..6004cc27 100644 --- a/docs/output/Ext.util.ClickRepeater.html +++ b/docs/output/Ext.util.ClickRepeater.html @@ -1,4 +1,5 @@ -
Observable ClickRepeater
Package: | Ext.util |
Defined In: | ClickRepeater.js |
Class: | ClickRepeater |
Extends: | Observable |
Observable + ClickRepeater
Package: | Ext.util |
Defined In: | ClickRepeater.js |
Class: | ClickRepeater |
Extends: | Observable |
Method | Defined By | |
---|---|---|
ClickRepeater( Mixed el , Object config )
- Parameters:
| ClickRepeater | |
addEvents( Object object )
+ Parameters:
| ClickRepeater | |
addEvents( Object|String o , string Optional. )
:
- voidUsed to define events on this Observable Used to define events on this Observable Parameters:
| Observable | |
addListener( String eventName , Function handler , [Object scope ], [Object options ] )
+ voidAdds the specified events to the list of events which this Observable may fire. Adds the specified events to the list of events which this Observable may fire. Parameters:
| Observable | |
addListener( String eventName , Function handler , [Object scope ], [Object options ] )
:
voidAppends an event handler to this object. Appends an event handler to this object. Parameters:
| Observable | |
disable()
:
void Disables the repeater and stops events from firing. Disables the repeater and stops events from firing. Parameters:
| ClickRepeater | |
enable()
:
- void Enables the repeater and allows events to fire. Enables the repeater and allows events to fire. Parameters:
| ClickRepeater | |
enableBubble( Object events )
+ voidEnables the repeater and allows events to fire. Enables the repeater and allows events to fire. Parameters:
| ClickRepeater | |
enableBubble( String/Array events )
:
- voidUsed to enable bubbling of events Used to enable bubbling of events Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
+ 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:
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). @@ -149,9 +184,9 @@ events fired during event suspension will be sent to any listeners now.resumeEvents call instead of discarding all suspended events; Returns:
| Observable | |
un( String eventName , Function handler , [Object scope ] )
:
voidRemoves an event handler (shorthand for removeListener.) Removes an event handler (shorthand for removeListener.) Parameters:
| Observable |
Event | Defined By | |
---|---|---|
click :
- ( Ext.util.ClickRepeater this )
- Fires on a specified interval during the time the element is pressed. Fires on a specified interval during the time the element is pressed. Listeners will be called with the following arguments:
| ClickRepeater | |
mousedown :
- ( Ext.util.ClickRepeater this )
- Fires when the mouse button is depressed. Fires when the mouse button is depressed. Listeners will be called with the following arguments:
| ClickRepeater | |
mouseup :
- ( Ext.util.ClickRepeater this )
- Fires when the mouse key is released. Fires when the mouse key is released. Listeners will be called with the following arguments:
| ClickRepeater |
Ext.util.ClickRepeater this
, Ext.EventObject e
)
+ this
: Ext.util.ClickRepeatere
: Ext.EventObjectExt.util.ClickRepeater this
, Ext.EventObject e
)
+ this
: Ext.util.ClickRepeatere
: Ext.EventObjectExt.util.ClickRepeater this
, Ext.EventObject e
)
+ this
: Ext.util.ClickRepeatere
: Ext.EventObject