| Package | com.vmware.data.query |
| Class | public class DataUpdateMode |
| Inheritance | DataUpdateMode Object |
| Property | Defined By | ||
|---|---|---|---|
| value : String
The value of this enum. | DataUpdateMode | ||
| Method | Defined By | ||
|---|---|---|---|
DataUpdateMode(value:String)
Constructs a new instance. | DataUpdateMode | ||
equals(another:Object):Boolean
Compares this instance to another. | DataUpdateMode | ||
toString():String
Returns the string representation of this instance. | DataUpdateMode | ||
valueOf():Object
Returns the value of this instance. | DataUpdateMode | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXPLICIT : DataUpdateMode [static]
DataAccessManager will not automatically update the data. | DataUpdateMode | ||
| IMPLICIT : DataUpdateMode [static]
Data will be updated when explicitly requested as well as implicitly by
DataAccessManager on various refresh triggers defined. | DataUpdateMode | ||
| NONE : DataUpdateMode [static]
No binding. | DataUpdateMode | ||
| value | property |
public var value:StringThe value of this enum.
| DataUpdateMode | () | Constructor |
public function DataUpdateMode(value:String)Constructs a new instance.
Parametersvalue:String — The value of this instance.
|
| equals | () | method |
public function equals(another:Object):BooleanCompares this instance to another.
Parameters
another:Object — Another object to compare this instance against.
|
Boolean —
true if this instance is equal to the given object, or
false otherwise.
|
| toString | () | method |
public function toString():StringReturns the string representation of this instance.
ReturnsString |
| valueOf | () | method |
public function valueOf():ObjectReturns the value of this instance.
ReturnsObject |
| EXPLICIT | Constant |
public static const EXPLICIT:DataUpdateModeDataAccessManager will not automatically update the data. Data refresh can be manually requested only (through a Refresh button or programatically).
| IMPLICIT | Constant |
public static const IMPLICIT:DataUpdateModeData will be updated when explicitly requested as well as implicitly by DataAccessManager on various refresh triggers defined. Such triggers may include automatic periodic refresh, refresh on task completion, etc.
| NONE | Constant |
public static const NONE:DataUpdateModeNo binding.