
Public Member Functions | |
| AjaxPingUpdate (WOContext context) | |
| boolean | refreshTarget () |
| void | sleep () |
| boolean | synchronizesVariablesWithBindings () |
| String | targetContainerID () |
Private Attributes | |
| Object | _lastCacheKey = NOT_INITIALIZED |
| Boolean | _refreshTarget |
Static Private Attributes | |
| static final Object | NOT_INITIALIZED = new Object() |
targetContainerID the ID of the update container to refresh when a change is detected cacheKey some hash value that represents the state of the target container onBeforeUpdate (optional) the javascript function to call before updating (should return true if the update should happen, false if not)
| AjaxPingUpdate | ( | WOContext | context | ) |
| boolean refreshTarget | ( | ) |
Returns whether or not the target should be refreshed.
| void sleep | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
| String targetContainerID | ( | ) |
Returns the target container ID.
Object _lastCacheKey = NOT_INITIALIZED [private] |
Boolean _refreshTarget [private] |
final Object NOT_INITIALIZED = new Object() [static, private] |
1.5.8