| Package | Description |
|---|---|
| com.holonplatform.vaadin7.data.container |
| Modifier and Type | Method and Description |
|---|---|
static PropertyBoxItem |
PropertyBoxItem.create(com.holonplatform.core.property.PropertyBox propertyBox)
Create a PropertyBoxItem using given
propertyBox |
static <P extends com.holonplatform.core.property.Property<?>> |
PropertyBoxItem.empty(Iterable<P> properties)
Create a PropertyBoxItem bound to an empty PropertyBox using given properties.
|
static <P extends com.holonplatform.core.property.Property<?>> |
PropertyBoxItem.empty(P... properties)
Create a PropertyBoxItem bound to an empty PropertyBox using given properties.
|
static <P extends com.holonplatform.core.property.Property<?>> |
PropertyBoxItem.fromBean(Object bean,
com.holonplatform.core.property.PropertySet<P> properties)
Create a PropertyBoxItem using given
properties as property set and reading property values from
given bean instance. |
Copyright © 2019 The Holon Platform. All rights reserved.