binding-core-0.2.2: Data Binding
Data.Binding.Simple
Synopsis
module Data.Variable
class Variable b => Bindable b whereSource
Sources for data binding.
Methods
bindSource
Arguments
the binding source
a function that extracts data from the source
the binding target
a function that applies data to the target
Create a data binding
Instances
data Source v a Source
Binding Source