Uses of Interface
io.github.mmm.value.observable.WritableObservableValue
-
Packages that use WritableObservableValue Package Description io.github.mmm.value.observable Provides the API for observable values. -
-
Uses of WritableObservableValue in io.github.mmm.value.observable
Classes in io.github.mmm.value.observable that implement WritableObservableValue Modifier and Type Class Description classAbstractWritableObservableValue<V>Abstract base implementation ofWritableObservableValuethat handles bindings.Methods in io.github.mmm.value.observable with parameters of type WritableObservableValue Modifier and Type Method Description static <V> BidirectionalBinding<V>BidirectionalBinding. bind(WritableObservableValue<V> property1, WritableObservableValue<V> property2)voidAbstractWritableObservableValue. bindTwoWay(WritableObservableValue<V> other)voidWritableObservableValue. bindTwoWay(WritableObservableValue<V> other)Create a bidirectional binding between this object and the given one.static <V> voidBidirectionalBinding. unbind(WritableObservableValue<V> property1, WritableObservableValue<V> property2)voidAbstractWritableObservableValue. unbindTwoWay(WritableObservableValue<V> other)voidWritableObservableValue. unbindTwoWay(WritableObservableValue<V> other)Removes abidirectional bindingbetween this object and the given one.
-