public interface IJFXBeanValueProperty extends IJFXBeanProperty, org.eclipse.core.databinding.property.value.IValueProperty
| Modifier and Type | Method and Description |
|---|---|
@NonNull IJFXBeanValueProperty |
value(@NonNull IJFXBeanValueProperty property)
Create a child property from a property
|
@NonNull IJFXBeanValueProperty |
value(@NonNull java.lang.String propertyName)
Create a child property without a type
|
@NonNull IJFXBeanValueProperty |
value(@NonNull java.lang.String propertyName,
java.lang.Class<?> valueType)
Create a child property with a type
|
getPropertyDescriptor@NonNull IJFXBeanValueProperty value(@NonNull java.lang.String propertyName)
propertyName - the name@NonNull IJFXBeanValueProperty value(@NonNull java.lang.String propertyName, java.lang.Class<?> valueType)
propertyName - the namevalueType - the type@NonNull IJFXBeanValueProperty value(@NonNull IJFXBeanValueProperty property)
property - the property