public class SystemWaitConfig extends SystemDoneConfig
AutoTest.waitForSystemDone()
factoryCreated, factoryProperties
Constructor and Description |
---|
SystemWaitConfig() |
SystemWaitConfig(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getIncludeFileLoader()
Should the system wait for any outstanding FileLoader requests? to complete before isSystemDone.() returns true?
|
java.lang.Boolean |
getIncludeNetworkOperations()
Should the system wait for any outstanding
RPC Requests to complete before
isSystemDone.() returns true? |
java.lang.Boolean |
getIncludeRedraws()
Should the system wait for any outstanding redraws to complete before isSystemDone.() returns true?
|
java.lang.Boolean |
getIncludeTimers()
Should the system wait for all outstanding registered timer actions to complete before isSystemDone.() returns true?
|
static SystemWaitConfig |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Integer |
getTimeout()
Timeout for
AutoTest.waitForElement() in ms. |
SystemWaitConfig |
setIncludeFileLoader(java.lang.Boolean includeFileLoader)
Should the system wait for any outstanding FileLoader requests? to complete before isSystemDone.() returns true?
|
SystemWaitConfig |
setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
Should the system wait for any outstanding
RPC Requests to complete before
isSystemDone.() returns true? |
SystemWaitConfig |
setIncludeRedraws(java.lang.Boolean includeRedraws)
Should the system wait for any outstanding redraws to complete before isSystemDone.() returns true?
|
SystemWaitConfig |
setIncludeTimers(java.lang.Boolean includeTimers)
Should the system wait for all outstanding registered timer actions to complete before isSystemDone.() returns true?
|
SystemWaitConfig |
setTimeout(java.lang.Integer timeout)
Timeout for
AutoTest.waitForElement() in ms. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public SystemWaitConfig()
public SystemWaitConfig(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SystemWaitConfig getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public SystemWaitConfig setIncludeFileLoader(java.lang.Boolean includeFileLoader)
setIncludeFileLoader
in class SystemDoneConfig
includeFileLoader
- New includeFileLoader value. Default value is trueSystemWaitConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeFileLoader()
getIncludeFileLoader
in class SystemDoneConfig
public SystemWaitConfig setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
RPC Requests
to complete before
isSystemDone.() returns true? If not explicitly set, implicitNetworkWait
will be consulted
setIncludeNetworkOperations
in class SystemDoneConfig
includeNetworkOperations
- New includeNetworkOperations value. Default value is trueSystemWaitConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeNetworkOperations()
RPC Requests
to complete before
isSystemDone.() returns true? If not explicitly set, implicitNetworkWait
will be consulted
getIncludeNetworkOperations
in class SystemDoneConfig
public SystemWaitConfig setIncludeRedraws(java.lang.Boolean includeRedraws)
setIncludeRedraws
in class SystemDoneConfig
includeRedraws
- New includeRedraws value. Default value is trueSystemWaitConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeRedraws()
getIncludeRedraws
in class SystemDoneConfig
public SystemWaitConfig setIncludeTimers(java.lang.Boolean includeTimers)
setIncludeTimers
in class SystemDoneConfig
includeTimers
- New includeTimers value. Default value is trueSystemWaitConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeTimers()
getIncludeTimers
in class SystemDoneConfig
public SystemWaitConfig setTimeout(java.lang.Integer timeout)
AutoTest.waitForElement()
in ms. If unset a default timeout of 30 seconds will be used.
timeout
- New timeout value. Default value is nullSystemWaitConfig
instance, for chaining setter callspublic java.lang.Integer getTimeout()
AutoTest.waitForElement()
in ms. If unset a default timeout of 30 seconds will be used.