| Package | Description |
|---|---|
| com.holonplatform.vaadin.components |
| Modifier and Type | Method and Description |
|---|---|
static <T,B> PropertyBinding<T,B> |
PropertyBinding.create(com.holonplatform.core.property.Property<T> property,
B component)
Create a new
PropertyBinding instance. |
| Modifier and Type | Method and Description |
|---|---|
<T> Stream<PropertyBinding<T,ViewComponent<T>>> |
PropertyViewGroup.stream()
Return a
Stream of the properties and their bound ViewComponents of this view group. |
<T> Stream<PropertyBinding<T,Input<T>>> |
PropertyInputBinder.stream()
|
Stream<PropertyBinding<?,com.vaadin.ui.Component>> |
PropertyComponentSource.streamOfComponents()
|
Stream<PropertyBinding<?,ValueComponent<?>>> |
PropertyValueComponentSource.streamOfValueComponents()
|
Copyright © 2019 The Holon Platform. All rights reserved.