mvvm.util

Undocumented in source.

Members

Functions

makeBindedButton
Button makeBindedButton(string text, void delegate() onClick, Observable!bool sensitiveSource, CompositeDisposable disposeBag)
Undocumented in source.
makeBindedButton
Button makeBindedButton(string text, void delegate() onClick)
Undocumented in source. Be warned that the author may not have intended to support it.
toBindedEntry
Entry toBindedEntry(Subject!string source, CompositeDisposable bag)
Undocumented in source. Be warned that the author may not have intended to support it.
toBindedLabel
Label toBindedLabel(TObservable source, CompositeDisposable bag)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta