B
- the bean wrapped in BeanItem
.public class PulseBeanItem<B>
extends com.vaadin.data.util.BeanItem<B>
BeanItem
used for beans in pulse. Allows passing a Map of nested beans to the constructor.Constructor and Description |
---|
PulseBeanItem(B bean) |
PulseBeanItem(B bean,
String... propertyIds) |
PulseBeanItem(B bean,
String[] propertyIds,
Map<String,List<String>> nestedPropertyIds) |
Modifier and Type | Method and Description |
---|---|
void |
addNestedProperty(String nestedPropertyId)
Adds a nested property to the item.
|
public PulseBeanItem(B bean)
public void addNestedProperty(String nestedPropertyId)
addNestedProperty
in class com.vaadin.data.util.BeanItem<B>
nestedPropertyId
- property id to add. This property must not exist in the item
already and must of of form "field1.field2" where field2 is a
field in the object referenced to by field1Copyright © 2017 Magnolia International Ltd.. All rights reserved.