V
- is the generic type of the value
.public interface ReadableProperty<V> extends javafx.beans.property.ReadOnlyProperty<V>, PropertyPath<V>, JsonSupport
PROPERTY_TYPE
Modifier and Type | Method and Description |
---|---|
Bean |
getBean() |
String |
getName() |
GenericType<? extends V> |
getType() |
addListener, getValue, removeListener
getValue
fromJson, toJson
String getName()
getName
in interface AttributeReadName
getName
in interface PropertyPath<V>
getName
in interface javafx.beans.property.ReadOnlyProperty<V>
capital
letter followed by alpha-numeric characters. The name of a single property must especially not contain the
dot character (.) that is used to separate segments in a path
.GenericType<? extends V> getType()
value
. Please note that the generic signature of this method
is returning the type GenericType
<? extends V> instead of GenericType
<V> because JavaFx is binding the type Number
for all numeric properties while e.g.
IntegerProperty
should be able to return GenericType
<Integer> what is compatible
with GenericType
<? extends Number>.Copyright © 2001–2016 mmm-Team. All rights reserved.