| Modifier and Type | Method and Description |
|---|---|
default <TRelayedValue,TRelayedProperty extends javafx.beans.property.Property<TRelayedValue>> |
IFluentBinding.thenObserveProperty(@NotNull Function<TValue,TRelayedProperty> relayResolver)
Creates a new
IFluentBinding that listens to changes of this IFluentBinding and then relays to another Property that is being watched. |
IPropertyBinding<TValue> |
IPropertyBinding.willRememberSetValue(boolean willRememberSetValue)
Determines if this
IPropertyBinding will remember the value that has been provided by the WritableValue.setValue(Object) method if its current property is not yet set. |
Copyright © 2016 Saxonia Systems AG. All rights reserved.