Main Page | Packages | Class Tree | Index | Help

xp.data

class Bind

Object
  |
  +--xp.data.Bind


class Bind
extends Object

A binding definition descriptor


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
bindType: Number
The type of binding oneWay,twoWay,oneTime

public
dataItem: Object


public
defaultValue: Object
Defauilt value to use if no src value is available

public
formatter: Object


public
inverse: Boolean
Is the eventHandler triggered in forward(src>tgt) or reverse mode(src

public
isDataBound: Boolean
Indicates whether this instance of a bind is bound to a datasource

public
path: String
The (possibly qualified) name of a readable property or method of the incoming event(alias-path)

public
property: String
The (possibly qualified) name of a writable property or method on the target(alias-property)

public
source: Object
The object that will be invoked with the path

public
sourceEvent: String
Event emiited by source that will trigger the eventHandler

public
sourceEventName: String
An eventName that filters the firing of trigger

public
target: Object
The object that will be invoked with the property

public
targetEvent: String
Event emiited by target that will trigger the eventHandler

public
targetEventName: String
An eventName that filters the firing of trigger

public
validator: Object




Field Documentation

bindType

public var bindType: Number
The type of binding oneWay,twoWay,oneTime

dataItem

public var dataItem: Object

defaultValue

public var defaultValue: Object
Defauilt value to use if no src value is available

formatter

public var formatter: Object

inverse

public var inverse: Boolean
Is the eventHandler triggered in forward(src>tgt) or reverse mode(src

isDataBound

public var isDataBound: Boolean
Indicates whether this instance of a bind is bound to a datasource

path

public var path: String
The (possibly qualified) name of a readable property or method of the incoming event(alias-path)

property

public var property: String
The (possibly qualified) name of a writable property or method on the target(alias-property)

source

public var source: Object
The object that will be invoked with the path

sourceEvent

public var sourceEvent: String
Event emiited by source that will trigger the eventHandler

sourceEventName

public var sourceEventName: String
An eventName that filters the firing of trigger

target

public var target: Object
The object that will be invoked with the property

targetEvent

public var targetEvent: String
Event emiited by target that will trigger the eventHandler

targetEventName

public var targetEventName: String
An eventName that filters the firing of trigger

validator

public var validator: Object

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc