private class ReadOnlyObjectWrapper.ReadOnlyPropertyImpl extends ReadOnlyObjectPropertyBase<T>
helper
Modifier | Constructor and Description |
---|---|
private |
ReadOnlyPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns the current value of this
ObservableObjectValue<T> . |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
addListener, addListener, fireValueChangedEvent, removeListener, removeListener
toString
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public T get()
ObservableObjectValue
ObservableObjectValue<T>
.public java.lang.Object getBean()
ReadOnlyProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
ReadOnlyProperty
String
.String