Package com.smartgwt.client.util
Class SystemWaitConfig
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.util.SystemDoneConfig
com.smartgwt.client.util.SystemWaitConfig
- All Implemented Interfaces:
- HasHandlers
- Direct Known Subclasses:
- ElementWaitConfig
Configuration object for 
AutoTest.waitForSystemDone()- 
Field SummaryFields inherited from class com.smartgwt.client.core.DataClassfactoryCreated, factoryProperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionShould the system wait for any outstanding FileLoader requests? to complete beforeAutoTest.isSystemDone()returns true?Should the system wait for any outstandingRPC Requeststo 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 SystemWaitConfiggetOrCreateRef(JavaScriptObject jsObj) Timeout forAutoTest.waitForElement()in ms.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 Requeststo 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?setTimeout(Integer timeout) Timeout forAutoTest.waitForElement()in ms.Methods inherited from class com.smartgwt.client.core.DataClassapplyFactoryProperties, 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- 
SystemWaitConfigpublic SystemWaitConfig()
- 
SystemWaitConfig
 
- 
- 
Method Details- 
getOrCreateRef
- 
setIncludeFileLoaderShould the system wait for any outstanding FileLoader requests? to complete beforeAutoTest.isSystemDone()returns true?- Overrides:
- setIncludeFileLoaderin class- SystemDoneConfig
- Parameters:
- includeFileLoader- New includeFileLoader value. Default value is true
- Returns:
- SystemWaitConfiginstance, for chaining setter calls
 
- 
getIncludeFileLoaderShould the system wait for any outstanding FileLoader requests? to complete beforeAutoTest.isSystemDone()returns true?- Overrides:
- getIncludeFileLoaderin class- SystemDoneConfig
- Returns:
- Current includeFileLoader value. Default value is true
 
- 
setIncludeNetworkOperationsShould the system wait for any outstandingRPC Requeststo complete beforeAutoTest.isSystemDone()returns true?If not explicitly set, implicitNetworkWaitwill be consulted- Overrides:
- setIncludeNetworkOperationsin class- SystemDoneConfig
- Parameters:
- includeNetworkOperations- New includeNetworkOperations value. Default value is true
- Returns:
- SystemWaitConfiginstance, for chaining setter calls
 
- 
getIncludeNetworkOperationsShould the system wait for any outstandingRPC Requeststo complete beforeAutoTest.isSystemDone()returns true?If not explicitly set, implicitNetworkWaitwill be consulted- Overrides:
- getIncludeNetworkOperationsin class- SystemDoneConfig
- Returns:
- Current includeNetworkOperations value. Default value is true
 
- 
setIncludeRedrawsShould the system wait for any outstanding redraws to complete beforeAutoTest.isSystemDone()returns true?- Overrides:
- setIncludeRedrawsin class- SystemDoneConfig
- Parameters:
- includeRedraws- New includeRedraws value. Default value is true
- Returns:
- SystemWaitConfiginstance, for chaining setter calls
 
- 
getIncludeRedrawsShould the system wait for any outstanding redraws to complete beforeAutoTest.isSystemDone()returns true?- Overrides:
- getIncludeRedrawsin class- SystemDoneConfig
- Returns:
- Current includeRedraws value. Default value is true
 
- 
setIncludeTimersShould the system wait for all outstanding registered timer actions to complete beforeAutoTest.isSystemDone()returns true?- Overrides:
- setIncludeTimersin class- SystemDoneConfig
- Parameters:
- includeTimers- New includeTimers value. Default value is true
- Returns:
- SystemWaitConfiginstance, for chaining setter calls
 
- 
getIncludeTimersShould the system wait for all outstanding registered timer actions to complete beforeAutoTest.isSystemDone()returns true?- Overrides:
- getIncludeTimersin class- SystemDoneConfig
- Returns:
- Current includeTimers value. Default value is true
 
- 
setTimeoutTimeout forAutoTest.waitForElement()in ms.If unset a default timeout of 30 seconds will be used. - Parameters:
- timeout- New timeout value. Default value is null
- Returns:
- SystemWaitConfiginstance, for chaining setter calls
 
- 
getTimeoutTimeout forAutoTest.waitForElement()in ms.If unset a default timeout of 30 seconds will be used. - Returns:
- Current timeout value. Default value is null
 
 
-