T
- Property value typeB
- Bound component typepublic interface PropertyBinding<T,B> extends Serializable
Property
and a specific type component.Modifier and Type | Interface and Description |
---|---|
static interface |
PropertyBinding.PostProcessor<B>
Callback interface to perform configuration operations on a component bound to a
Property . |
Modifier and Type | Method and Description |
---|---|
static <T,B> PropertyBinding<T,B> |
create(com.holonplatform.core.property.Property<T> property,
B component)
Create a new
PropertyBinding instance. |
B |
getComponent()
Get the component to which the property is bound.
|
com.holonplatform.core.property.Property<T> |
getProperty()
Get the
Property . |
com.holonplatform.core.property.Property<T> getProperty()
Property
.B getComponent()
static <T,B> PropertyBinding<T,B> create(com.holonplatform.core.property.Property<T> property, B component)
PropertyBinding
instance.T
- Property typeB
- Bound typeproperty
- Propertycomponent
- Bound componentPropertyBinding
instanceCopyright © 2018 The Holon Platform. All rights reserved.