| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.Bind
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 |
| public var bindType: Number |
| The type of binding oneWay,twoWay,oneTime |
| public var dataItem: Object |
| public var defaultValue: Object |
| Defauilt value to use if no src value is available |
| public var formatter: Object |
| public var inverse: Boolean |
| Is the eventHandler triggered in forward(src>tgt) or reverse mode(src |
| public var isDataBound: Boolean |
| Indicates whether this instance of a bind is bound to a datasource |
| public var path: String |
| The (possibly qualified) name of a readable property or method of the incoming event(alias-path) |
| public var property: String |
| The (possibly qualified) name of a writable property or method on the target(alias-property) |
| public var source: Object |
| The object that will be invoked with the path |
| public var sourceEvent: String |
| Event emiited by source that will trigger the eventHandler |
| public var sourceEventName: String |
| An eventName that filters the firing of trigger |
| public var target: Object |
| The object that will be invoked with the property |
| public var targetEvent: String |
| Event emiited by target that will trigger the eventHandler |
| public var targetEventName: String |
| An eventName that filters the firing of trigger |
| public var validator: Object |