Package org.teamapps.databinding
Interface TwoWayBindableValue<T>
- All Superinterfaces:
MutableValue<T>,ObservableValue<T>
- All Known Implementing Classes:
TwoWayBindableValueImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidbindTwoWays(TwoWayBindableValue<T> other) static <T> TwoWayBindableValue<T> create()static <T> TwoWayBindableValue<T> static <T> TwoWayBindableValue<T> static <T> TwoWayBindableValue<T> create(T initialValue) Methods inherited from interface org.teamapps.databinding.MutableValue
bindReadingFrom, setMethods inherited from interface org.teamapps.databinding.ObservableValue
bindWritingTo, get, onChanged, valueEquals
-
Method Details
-
bindTwoWays
-
create
-
create
-
create
static <T> TwoWayBindableValue<T> create(Event<T> changeEvent, Supplier<T> getter, Consumer<T> setter) -
create
-