Main Page | Packages | Class Tree | Index | Help

mx.data.kinds

class AutoTrigger

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


class AutoTrigger
extends Data

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 Summary


setTypedValue ( newValue: mx.data.binding.TypedValue ): Array
This function gets called every time databinding assigns a new value to this field.


setupDataAccessor ( component: Object, property: String, location: Object )
This function gets called once, when we are created.

Methods inherited from class mx.data.kinds.Data

getGettableTypes, getSettableTypes, getTypedValue, setTypedValue



Method Documentation

setTypedValue

function setTypedValue(newValue: mx.data.binding.TypedValue): Array
This function gets called every time databinding assigns a new value to this field.

Overrides:

setupDataAccessor

function setupDataAccessor(component: Object,
 property: String,
 location: Object)
This function gets called once, when we are created.


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc