Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Siesta
Test
IExtJSObservable
Interface IExtJSObservable
mixin
Hierarchy
IExtJSObservable
ExtJS
SenchaTouch
Index
Methods
firesAtLeastNTimes
firesOnce
hasListener
isFiredWithSignature
waitForEvent
wontFire
Methods
public
firesAtLeastNTimes
(
observable
:
any
, event
:
string
, n
:
number
, desc
:
string
)
Parameters
observable:
any
event:
string
n:
number
desc:
string
public
firesOnce
(
observable
:
any
, event
:
string
, desc
:
string
)
Parameters
observable:
any
event:
string
desc:
string
public
hasListener
(
observable
:
any
, eventName
:
string
, description
?:
string
)
Parameters
observable:
any
eventName:
string
description?:
string
optional
public
isFiredWithSignature
(
observable
:
any
, event
:
string
, checkerFn
:
Function
, desc
:
string
)
Parameters
observable:
any
event:
string
checkerFn:
Function
desc:
string
public
waitForEvent
(
observable
:
any
, event
:
string
, callback
:
Function
, scope
?:
any
, timeout
?:
number
)
Parameters
observable:
any
event:
string
callback:
Function
scope?:
any
optional
timeout?:
number
optional
public
wontFire
(
observable
:
any
, event
:
string
, desc
:
string
)
Parameters
observable:
any
event:
string
desc:
string
Globals
Siesta
Siesta.Harness
Siesta.Test
Siesta.Test.Action
Siesta.Test.Action.Role
Siesta.Test.BDD
Siesta.Test.Simulate
Browser
ExtJS
IAction
IActionCall
IActionConfig
IBDD
IDate
IElement
IExtJSAjax
IExtJSComponent
IExtJSCore
IExtJSDataView
IExtJSElement
IExtJSFormField
IExtJSGrid
IExtJSObservable
firesAtLeastNTimes
firesOnce
hasListener
isFiredWithSignature
waitForEvent
wontFire
IExtJSStore
IFunction
IMore
IPositionConfig
ITextSelection
IWaitForConfig
IWaitForReturn
SenchaTouch
jQuery