| Modifier and Type | Method and Description |
|---|---|
static <TValue,TOtherValue> |
BidirectionalBinding.bind(@NotNull javafx.beans.property.Property<TValue> property1,
@NotNull javafx.beans.property.Property<TOtherValue> property2,
@NotNull IConverter<TValue,TOtherValue> converter) |
<TOtherValue> |
IPropertyBinding.bindBidirectional(@NotNull javafx.beans.property.Property<TOtherValue> other,
@NotNull IConverter<TValue,TOtherValue> converter)
Binds the given
Property bidirectional against this IPropertyBinding using the given IConverter to convert back and forth. |
static <TValue,TConvertedValue> |
Bindings.bindBidirectional(@NotNull javafx.beans.property.Property<TValue> property1,
@NotNull javafx.beans.property.Property<TConvertedValue> property2,
@NotNull IConverter<TValue,TConvertedValue> converter)
Binds the given property1 bidirectional against the property2, the values will be converted using the given
IConverter. |
Copyright © 2016 Saxonia Systems AG. All rights reserved.