ArrayForeignKey
| Kind of class: | class |
|---|---|
| Inherits from: | ForeignKeyAPI < Data < DataAccessor |
| Classpath: | mx.data.kinds.ArrayForeignKey |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
A kind that represents a foreign key into a data table that is an array or a dataprovider.
Summary
Instance properties
- dataComponent : String
- dataProperty : String
- dataLocation : String
- indexColumn : String
- dataProviderField : mx.data.binding.DataType
Instance properties inherited from DataAccessor
Class methods
Class methods inherited from ForeignKeyAPI
Class methods inherited from DataAccessor
Instance methods
- getLookupValue (requestedType:String, dataColumn:String) : mx.data.binding.TypedValue
- getLookupValueType : String
- setLookupValue (newValue:mx = .data.binding.TypedValue) : Array
- getDataChangeInfo : Object
- setupDataAccessor (component:Object, property:String, location:Object)
- Initializes this object.Instance methods inherited from ForeignKeyAPIInstance methods inherited from DataInstance methods inherited from DataAccessor
Instance properties
dataComponent
dataComponent:String
(read)
dataLocation
dataLocation:String
(read)
dataProperty
dataProperty:String
(read)
dataProviderField
indexColumn
indexColumn:String
(read)
Instance methods
getLookupValue
Overrides:
getLookupValueType
function getLookupValueType (
) : String
Overrides:
setLookupValue
function setLookupValue (
newValue:mx = .data.binding.TypedValue) : Array
Overrides:
setupDataAccessor
function setupDataAccessor (
component:Object,
property:String,
location:Object)
Initializes this object. This function should be called right after calling
the constructor.
# the constructor.