Package com.smartgwt.client.util
Class SystemDoneConfig
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.util.SystemDoneConfig
- All Implemented Interfaces:
HasHandlers
- Direct Known Subclasses:
SystemWaitConfig
Configuration object for
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.
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionShould the system wait for any outstanding FileLoader requests? to complete beforeAutoTest.isSystemDone()
returns true?Should the system wait for any outstandingRPC Requests
to complete beforeAutoTest.isSystemDone()
returns true?Should the system wait for any outstanding redraws to complete beforeAutoTest.isSystemDone()
returns true?Should the system wait for all outstanding registered timer actions to complete beforeAutoTest.isSystemDone()
returns true?static SystemDoneConfig
getOrCreateRef
(JavaScriptObject jsObj) setIncludeFileLoader
(Boolean includeFileLoader) Should the system wait for any outstanding FileLoader requests? to complete beforeAutoTest.isSystemDone()
returns true?setIncludeNetworkOperations
(Boolean includeNetworkOperations) Should the system wait for any outstandingRPC Requests
to complete beforeAutoTest.isSystemDone()
returns true?setIncludeRedraws
(Boolean includeRedraws) Should the system wait for any outstanding redraws to complete beforeAutoTest.isSystemDone()
returns true?setIncludeTimers
(Boolean includeTimers) Should the system wait for all outstanding registered timer actions to complete beforeAutoTest.isSystemDone()
returns true?Methods inherited from class com.smartgwt.client.core.DataClass
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
-
Constructor Details
-
SystemDoneConfig
public SystemDoneConfig() -
SystemDoneConfig
-
-
Method Details
-
getOrCreateRef
-
setIncludeFileLoader
Should the system wait for any outstanding FileLoader requests? to complete beforeAutoTest.isSystemDone()
returns true?- Parameters:
includeFileLoader
- New includeFileLoader value. Default value is true- Returns:
SystemDoneConfig
instance, for chaining setter calls
-
getIncludeFileLoader
Should the system wait for any outstanding FileLoader requests? to complete beforeAutoTest.isSystemDone()
returns true?- Returns:
- Current includeFileLoader value. Default value is true
-
setIncludeNetworkOperations
Should the system wait for any outstandingRPC Requests
to complete beforeAutoTest.isSystemDone()
returns true?If not explicitly set,
implicitNetworkWait
will be consulted- Parameters:
includeNetworkOperations
- New includeNetworkOperations value. Default value is null- Returns:
SystemDoneConfig
instance, for chaining setter calls
-
getIncludeNetworkOperations
Should the system wait for any outstandingRPC Requests
to complete beforeAutoTest.isSystemDone()
returns true?If not explicitly set,
implicitNetworkWait
will be consulted- Returns:
- Current includeNetworkOperations value. Default value is null
-
setIncludeRedraws
Should the system wait for any outstanding redraws to complete beforeAutoTest.isSystemDone()
returns true?- Parameters:
includeRedraws
- New includeRedraws value. Default value is false- Returns:
SystemDoneConfig
instance, for chaining setter calls
-
getIncludeRedraws
Should the system wait for any outstanding redraws to complete beforeAutoTest.isSystemDone()
returns true?- Returns:
- Current includeRedraws value. Default value is false
-
setIncludeTimers
Should the system wait for all outstanding registered timer actions to complete beforeAutoTest.isSystemDone()
returns true?- Parameters:
includeTimers
- New includeTimers value. Default value is false- Returns:
SystemDoneConfig
instance, for chaining setter calls
-
getIncludeTimers
Should the system wait for all outstanding registered timer actions to complete beforeAutoTest.isSystemDone()
returns true?- Returns:
- Current includeTimers value. Default value is false
-