| 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) |
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.