Uses of Interface
org.teamapps.databinding.TwoWayBindableValue
Packages that use TwoWayBindableValue
-
Uses of TwoWayBindableValue in org.teamapps.databinding
Classes in org.teamapps.databinding that implement TwoWayBindableValueMethods in org.teamapps.databinding that return TwoWayBindableValueModifier and TypeMethodDescriptionstatic <T> TwoWayBindableValue<T> TwoWayBindableValue.create()static <T> TwoWayBindableValue<T> static <T> TwoWayBindableValue<T> static <T> TwoWayBindableValue<T> TwoWayBindableValue.create(T initialValue) static <T> TwoWayBindableValue<T> DataBindings.createTwoWayBindable(Event<T> changeEvent, Consumer<T> consumer) static <T> TwoWayBindableValue<T> DataBindings.createTwoWayBindable(Event<T> changeEvent, Supplier<T> supplier, Consumer<T> consumer) Methods in org.teamapps.databinding with parameters of type TwoWayBindableValueModifier and TypeMethodDescriptionstatic <T> voidDataBindings.bindTwoWays(TwoWayBindableValue<T> bindable1, TwoWayBindableValue<T> bindable2) default voidTwoWayBindableValue.bindTwoWays(TwoWayBindableValue<T> other)