???? +--mx.data.binding.DataAccessor +--mx.data.kinds.Data +--mx.data.kinds.AutoTrigger
The AutoTrigger kind is just like the Data kind, except that it calls the component's 'trigger' function anytime a new value is set.
function setTypedValue(newValue:mx.data.binding.TypedValue):Array
function setupDataAccessor(component:Object, property:String, location:Object)