T - The source type.R - The read-only type.public class TransformationReadOnlyObjectProperty<T,R>
extends javafx.beans.property.ReadOnlyObjectPropertyBase<R>
ReaonlyObjectProperty which is backed up by
ObjectProperty of another type.| Constructor and Description |
|---|
TransformationReadOnlyObjectProperty(javafx.beans.property.ObjectProperty<T> source,
java.util.function.Function<T,R> transformation)
Construct
TransformedReadOnlyObjectProperty. |
| Modifier and Type | Method and Description |
|---|---|
R |
get() |
java.lang.Object |
getBean() |
java.lang.String |
getName() |
addListener, addListener, fireValueChangedEvent, removeListener, removeListenerasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionpublic TransformationReadOnlyObjectProperty(javafx.beans.property.ObjectProperty<T> source, java.util.function.Function<T,R> transformation)
TransformedReadOnlyObjectProperty.source - The source property.transformation - The transformation function.public java.lang.Object getBean()
public java.lang.String getName()
public R get()