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
Instance properties inherited from DataAccessor
Class methods
Class methods inherited from DataAccessor
Instance methods

Instance properties

dataComponent

dataComponent:String
(read)

dataLocation

dataLocation:String
(read)

dataProperty

dataProperty:String
(read)

dataProviderField

private dataProviderField:mx.data.binding.DataType
(read)

indexColumn

indexColumn:String
(read)

Instance methods

getDataChangeInfo

function getDataChangeInfo (
) : Object

getLookupValue

function getLookupValue (
requestedType:String, dataColumn:String) : mx.data.binding.TypedValue

getLookupValueType

function getLookupValueType (
) : String

setLookupValue

function setLookupValue (
newValue:mx = .data.binding.TypedValue) : Array

setupDataAccessor

function setupDataAccessor (
component:Object, property:String, location:Object)

Initializes this object. This function should be called right after calling
the constructor.
#
Parameters:
component:
a component
#
property :
the name of a property of the component
#
location :
a location, in the same form as described in the EndPoint class.
#