public class SystemDoneConfig extends DataClass
AutoTest.isSystemDone()
. Note that
this format is extended by SystemWaitConfig
and ElementWaitConfig
, used by AutoTest.waitForSystemDone()
and AutoTest.waitForElementDone()
.
Note also that waitForSystemDone.() may have different default configuration from 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 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 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 isSystemDone.() returns true?
|
SystemDoneConfig |
setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
Should the system wait for any outstanding
RPC Requests to complete before
isSystemDone.() returns true? |
SystemDoneConfig |
setIncludeRedraws(java.lang.Boolean includeRedraws)
Should the system wait for any outstanding redraws to complete before isSystemDone.() returns true?
|
SystemDoneConfig |
setIncludeTimers(java.lang.Boolean includeTimers)
Should the system wait for all outstanding registered timer actions to complete before 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)
includeFileLoader
- New includeFileLoader value. Default value is trueSystemDoneConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeFileLoader()
public SystemDoneConfig setIncludeNetworkOperations(java.lang.Boolean includeNetworkOperations)
RPC Requests
to complete before
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
isSystemDone.() returns true? If not explicitly set, implicitNetworkWait
will be consulted
public SystemDoneConfig setIncludeRedraws(java.lang.Boolean includeRedraws)
includeRedraws
- New includeRedraws value. Default value is falseSystemDoneConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeRedraws()
public SystemDoneConfig setIncludeTimers(java.lang.Boolean includeTimers)
includeTimers
- New includeTimers value. Default value is falseSystemDoneConfig
instance, for chaining setter callspublic java.lang.Boolean getIncludeTimers()