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
AutoTest.isSystemDone() returns true? |
java.lang.Boolean |
getIncludeNetworkOperations()
Should the system wait for any outstanding
RPC Requests to complete before
AutoTest.isSystemDone() returns true? |
java.lang.Boolean |
getIncludeRedraws()
Should the system wait for any outstanding redraws to complete before
AutoTest.isSystemDone() returns true? |
java.lang.Boolean |
getIncludeTimers()
Should the system wait for all outstanding registered timer actions to complete before
AutoTest.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
AutoTest.isSystemDone() returns true? |
SystemWaitConfig |
setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
Should the system wait for any outstanding
RPC Requests to complete before
AutoTest.isSystemDone() returns true? |
SystemWaitConfig |
setIncludeRedraws(java.lang.Boolean includeRedraws)
Should the system wait for any outstanding redraws to complete before
AutoTest.isSystemDone() returns true? |
SystemWaitConfig |
setIncludeTimers(java.lang.Boolean includeTimers)
Should the system wait for all outstanding registered timer actions to complete before
AutoTest.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)
AutoTest.isSystemDone()
returns true?setIncludeFileLoader
in class SystemDoneConfig
includeFileLoader
- New includeFileLoader value. Default value is trueSystemWaitConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeFileLoader()
AutoTest.isSystemDone()
returns true?getIncludeFileLoader
in class SystemDoneConfig
public SystemWaitConfig setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
RPC Requests
to complete before
AutoTest.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
AutoTest.isSystemDone()
returns true? If not explicitly set,
implicitNetworkWait
will be consulted
getIncludeNetworkOperations
in class SystemDoneConfig
public SystemWaitConfig setIncludeRedraws(java.lang.Boolean includeRedraws)
AutoTest.isSystemDone()
returns true?setIncludeRedraws
in class SystemDoneConfig
includeRedraws
- New includeRedraws value. Default value is trueSystemWaitConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeRedraws()
AutoTest.isSystemDone()
returns true?getIncludeRedraws
in class SystemDoneConfig
public SystemWaitConfig setIncludeTimers(java.lang.Boolean includeTimers)
AutoTest.isSystemDone()
returns true?setIncludeTimers
in class SystemDoneConfig
includeTimers
- New includeTimers value. Default value is trueSystemWaitConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeTimers()
AutoTest.isSystemDone()
returns true?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.