T - Property value type@FunctionalInterface public interface PropertyValueProvider<T> extends Serializable
Property value.
VirtualPropertys declare to provide their value using a PropertyValueProvider. Property values
containers, such as PropertyBox, must call the property value provider to obtain the property value when
requested.
VirtualProperty| Modifier and Type | Method and Description |
|---|---|
T |
getPropertyValue(PropertyBox propertyBox)
Gets the property value.
|
T getPropertyValue(PropertyBox propertyBox)
propertyBox - The PropertyBox which contains the propertyCopyright © 2019 The Holon Platform. All rights reserved.