| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> BeanListingBuilder<T> |
BeanListing.builder(Class<T> itemType)
Builder to create an
BeanListing instance using a Grid as backing component. |
static <T> BeanListingBuilder<T> |
Components.listing.items(Class<T> itemType)
Builder to create an
ItemListing instance using a Grid as backing component. |
| Modifier and Type | Method and Description |
|---|---|
<V> BeanListingBuilder<T> |
BeanListingBuilder.withVirtualColumn(String id,
Class<V> type,
com.vaadin.data.ValueProvider<T,V> valueProvider)
Add a virtual column to the listing, i.e. a column which is not directly bound to a bean property.
|
Copyright © 2019 The Holon Platform. All rights reserved.