AutoTrigger

Kind of class:class
Inherits from:Data < DataAccessor
Classpath:mx.data.kinds.AutoTrigger
File last modified:Tuesday, 18 December 2007, 15:44:38
The AutoTrigger kind is just like the Data kind, except that
it calls the component's 'trigger' function anytime a
new value is set.

Summary


Instance properties
Instance properties inherited from DataAccessor
Class methods
Class methods inherited from DataAccessor
Instance methods
  • setTypedValue (newValue:mx = .data.binding.TypedValue) : Array
    • Sets the data to a new value, of a given type.
  • setupDataAccessor (component:Object, property:String, location:Object)
    • Initializes this object.

Instance methods

setTypedValue

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

Sets the data to a new value, of a given type.
#
Parameters:
newValue:
A data value. Its type should be one of the type returned by getSettableTypes.
#
Overrides:

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.
#