Class mx.data.kinds.AutoTrigger

????
   +--mx.data.binding.DataAccessor
      +--mx.data.kinds.Data
         +--mx.data.kinds.AutoTrigger

Description

The AutoTrigger kind is just like the Data kind, except that it calls the component's 'trigger' function anytime a new value is set.

Method Index

setTypedValue(), setupDataAccessor()
Inherited from Data
getFieldAccessor(), getGettableTypes(), getSettableTypes(), getTypedValue()

Method Detail

setTypedValue

function setTypedValue(newValue:mx.data.binding.TypedValue):
Array

setupDataAccessor

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