Dte
| Kind of class: | class |
|---|---|
| Inherits from: | DataType < DataAccessor |
| Classpath: | mx.data.types.Dte |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
Summary
Instance properties
Instance properties inherited from DataAccessor
Class methods
Class methods inherited from DataAccessor
Instance methods
- gettableTypes : Array
- settableTypes : Array
- getTypedValue (requestedType:String) : mx.data.binding.TypedValue
- Retrieves the current value of the data as a typed value.
- setTypedValue (newValue:mx = .data.binding.TypedValue) : Array
- Sets the data to a new value, of a given type.Instance methods inherited from DataAccessor
- setTypedValue (newValue:mx = .data.binding.TypedValue) : Array
Instance methods
getTypedValue
Retrieves the current value of the data as a typed value.
# Returns:
- the current value of the data, if we can produce it in the#
requested type. If we can't get the value as the requested type, we return null.
If the requested type is null, then we return it as whatever type we like.
Overrides: