mvvm.common

Undocumented in source.

Members

Classes

DelegateCommand
class DelegateCommand
Undocumented in source.
ReactiveProperty
class ReactiveProperty(T)
Undocumented in source.

Functions

asObservable
auto asObservable(T signal)

Wrap a Signal!T as Observable

bind
Disposable bind(Button button, Command command)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
Disposable bind(SwitchButton button, TSubject property)
Undocumented in source. Be warned that the author may not have intended to support it.
bindText
Disposable bindText(EditWidgetBase editWidget, TSubject property)
Undocumented in source. Be warned that the author may not have intended to support it.
bindText
Disposable bindText(TextWidget textWidget, TObservable property)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

Command
interface Command
Undocumented in source.

Meta