X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/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 407ac86c..5ad4d973 100644 --- a/docs/output/Ext.util.ClickRepeater.html +++ b/docs/output/Ext.util.ClickRepeater.html @@ -1,10 +1,10 @@ -
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 |
Config Options | Defined By | |
---|---|---|
accelerate : Boolean True if autorepeating should start slowly and accelerate.
"interval" and "delay" are ignored. | ClickRepeater | |
delay : Number The initial delay before the repeating event begins firing.
- Similar to an autorepeat key delay. | ClickRepeater | |
el : Mixed The element to act as a button. | ClickRepeater | |
interval : Number The interval between firings of the "click" event. Default 20 ms. | ClickRepeater | |
listeners : Object A config object containing one or more event handlers to be added to this
+ Similar to an autorepeat key delay. | ClickRepeater | |
el : Mixed The element to act as a button. | ClickRepeater | |
interval : Number The interval between firings of the "click" event. Default 20 ms. | ClickRepeater | |
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 addListener example for attaching multiple handlers at once. @@ -59,13 +59,13 @@ Ext.DomObserver = Ext.extend(Object, { typeAhead: true, mode: 'local', triggerAction: 'all' -}); | Observable | |
pressClass : String A CSS class name to be applied to the element while pressed. | ClickRepeater | |
preventDefault : Boolean True to prevent the default click event | ClickRepeater | |
stopDefault : Boolean True to stop the default click event | ClickRepeater |
Method | Defined By | |
---|---|---|
ClickRepeater( Mixed el , Object config )
- Parameters:
| ClickRepeater | |
addEvents( Object|String o , string Optional. )
- :
+}); | Observable | |
pressClass : String A CSS class name to be applied to the element while pressed. | ClickRepeater | |
preventDefault : Boolean True to prevent the default click event | ClickRepeater | |
stopDefault : Boolean True to stop the default click event | ClickRepeater |
Method | Defined By | |
---|---|---|
ClickRepeater( Mixed el , Object config )
+ Parameters:
| ClickRepeater | |
addEvents( Object|String o , string Optional. )
+ :
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 ] )
- :
+Usage: Returns:
| 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 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).
+}); Returns:
| 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( 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:
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). An event may be set to bubble up an Observable parent hierarchy (See Ext.Component.getBubbleTarget) -by calling enableBubble. Parameters:
| Observable | |
hasListener( String eventName )
- :
- BooleanChecks to see if this object has any listeners for a specified event Checks to see if this object has any listeners for a specified event Parameters:
| Observable | |
on( String eventName , Function handler , [Object scope ], [Object options ] )
- :
+by calling enableBubble.Parameters:
| Observable | |
hasListener( String eventName )
+ :
+ BooleanChecks to see if this object has any listeners for a specified event Checks to see if this object has any listeners for a specified event Parameters:
| Observable | |
on( String eventName , Function handler , [Object scope ], [Object options ] )
+ :
voidAppends an event handler to this object (shorthand for addListener.) Appends an event handler to this object (shorthand for addListener.) Parameters:
| Observable | |
purgeListeners()
- :
- void Removes all listeners for this object Removes all listeners for this object Parameters:
| Observable | |
relayEvents( Object o , Array events )
- :
- voidRelays selected events from the specified Observable as if the events were fired by this. Relays selected events from the specified Observable as if the events were fired by this. Parameters:
| Observable | |
removeListener( String eventName , Function handler , [Object scope ] )
- :
- voidRemoves an event handler. Removes an event handler. Parameters:
| Observable | |
resumeEvents()
- :
- void Resume firing events. (see suspendEvents)
-If events were suspended using the queueSuspended parameter, then all
+If omitted, defaults to the object which fired the event. options : Object(optional) An object containing handler configuration.
| Observable | |
purgeListeners()
+ :
+ void Removes all listeners for this object Removes all listeners for this object Parameters:
| Observable | |
relayEvents( Object o , Array events )
+ :
+ voidRelays selected events from the specified Observable as if the events were fired by this. Relays selected events from the specified Observable as if the events were fired by this. Parameters:
| Observable | |
removeListener( String eventName , Function handler , [Object scope ] )
+ :
+ voidRemoves an event handler. Removes an event handler. Parameters:
| Observable | |
resumeEvents()
+ :
+ void Resume firing events. (see suspendEvents)
+If events were suspended using the queueSuspended parameter, then all
event... Resume firing events. (see suspendEvents)
If events were suspended using the queueSuspended parameter, then all
-events fired during event suspension will be sent to any listeners now. Parameters:
| Observable | |
setDisabled( Boolean disabled )
- :
- voidConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| ClickRepeater | |
suspendEvents( Boolean queueSuspended )
- :
+events fired during event suspension will be sent to any listeners now.Parameters:
| Observable | |
setDisabled( Boolean disabled )
+ :
+ voidConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| ClickRepeater | |
suspendEvents( Boolean queueSuspended )
+ :
voidSuspend the firing of all events. (see resumeEvents) Suspend the firing of all events. (see resumeEvents) Parameters:
| 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 )
+after the 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 |