public class SystemDoneConfig extends DataClass
AutoTest.isSystemDone()
. Note that
this format is extended by SystemWaitConfig
and ElementWaitConfig
, used by AutoTest.waitForSystemDone()
and AutoTest.waitForElement()
.
Note also that AutoTest.waitForSystemDone()
may have
different default configuration from AutoTest.isSystemDone()
-
the default behavior for each option is documented on the appropriate config object type for the method.
factoryCreated, factoryProperties
Constructor and Description |
---|
SystemDoneConfig() |
SystemDoneConfig(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 SystemDoneConfig |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
SystemDoneConfig |
setIncludeFileLoader(java.lang.Boolean includeFileLoader)
Should the system wait for any outstanding FileLoader requests? to complete before
AutoTest.isSystemDone() returns true? |
SystemDoneConfig |
setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
Should the system wait for any outstanding
RPC Requests to complete before
AutoTest.isSystemDone() returns true? |
SystemDoneConfig |
setIncludeRedraws(java.lang.Boolean includeRedraws)
Should the system wait for any outstanding redraws to complete before
AutoTest.isSystemDone() returns true? |
SystemDoneConfig |
setIncludeTimers(java.lang.Boolean includeTimers)
Should the system wait for all outstanding registered timer actions to complete before
AutoTest.isSystemDone() returns true? |
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 SystemDoneConfig()
public SystemDoneConfig(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SystemDoneConfig getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public SystemDoneConfig setIncludeFileLoader(java.lang.Boolean includeFileLoader)
AutoTest.isSystemDone()
returns true?includeFileLoader
- New includeFileLoader value. Default value is trueSystemDoneConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeFileLoader()
AutoTest.isSystemDone()
returns true?public SystemDoneConfig setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
RPC Requests
to complete before
AutoTest.isSystemDone()
returns true? If not explicitly set,
implicitNetworkWait
will be consulted
includeNetworkOperations
- New includeNetworkOperations value. Default value is nullSystemDoneConfig
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
public SystemDoneConfig setIncludeRedraws(java.lang.Boolean includeRedraws)
AutoTest.isSystemDone()
returns true?includeRedraws
- New includeRedraws value. Default value is falseSystemDoneConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeRedraws()
AutoTest.isSystemDone()
returns true?public SystemDoneConfig setIncludeTimers(java.lang.Boolean includeTimers)
AutoTest.isSystemDone()
returns true?includeTimers
- New includeTimers value. Default value is falseSystemDoneConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeTimers()
AutoTest.isSystemDone()
returns true?