| Package | Description |
|---|---|
| org.granite.client.javafx.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> ChangeWatcher<T> |
ChangeWatcher.watch(javafx.beans.value.ObservableValue<T> sourceObservableValue) |
| Modifier and Type | Method and Description |
|---|---|
static <T,P> ChainedObservableValue<T,P> |
ChainedObservableValue.chain(ChangeWatcher<T> sourceWatcher,
ChainedObservableValue.ObservableValueGetter<T,P> targetPropertyGetter) |
static <T,P> ChainedProperty<T,P> |
ChainedProperty.chain(ChangeWatcher<T> sourceWatcher,
ChainedProperty.PropertyGetter<T,P> targetPropertyGetter) |
| Constructor and Description |
|---|
ChainedObservableValue(ChangeWatcher<T> sourceWatcher,
ChainedObservableValue.ObservableValueGetter<T,P> targetPropertyGetter) |
ChainedProperty(ChangeWatcher<T> sourceWatcher,
ChainedProperty.PropertyGetter<T,P> targetPropertyGetter) |