Class
Binding
Binding
Summary
Constructors
Properties
- _getExpressionValue
- addPropertyChangeListeners
- bindingContextChanged
- getParentView
- getSourcePropertyValue
- onTargetPropertyChanged
- options
- prepareContextForExpression
- prepareExpressionForUpdate
- propertyChangeListeners
- resolveObjectsAndProperties
- resolveOptions
- source
- sourceAsObject
- sourceIsBindingContext
- sourceOptions
- sourceProperties
- target
- targetOptions
- update
- updateOptions
- updateSource
- updateTarget
- updateTwoWay
- updating
Constructors
constructor
new Binding(target: ViewBase, options: BindingOptions): Binding
| Parameter | Default | Description |
target | | |
options | |
Returns Binding
Properties
_getExpressionValue
Private
addPropertyChangeListeners
Private
bindingContextChanged
Private
getParentView
Private
getSourcePropertyValue
Private
onTargetPropertyChanged
Private
options
options: BindingOptions
prepareContextForExpression
Private
prepareExpressionForUpdate
Private
propertyChangeListeners
Private
resolveObjectsAndProperties
Private
resolveOptions
Private
source
Private
sourceAsObject
Private
sourceIsBindingContext
sourceOptions
Private
sourceProperties
Private
target
target: WeakRef<ViewBase>
targetOptions
Private
update
Private
updateOptions
Private
updateSource
Private
updateTarget
Private
updateTwoWay
Private
updating
Methods
bind
| Parameter | Default | Description |
source | | any |
Returns void
clearBinding
Returns void
clearSource
Returns void
loadedHandlerVisualTreeBinding
| Parameter | Default | Description |
args | | any |
Returns void
onSourcePropertyChanged
onSourcePropertyChanged(data: PropertyChangeData): void
| Parameter | Default | Description |
data | |
Returns void
unbind
Returns void
- Previous
- Background
- Next
- Builder