| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> ItemListingBuilder.GridItemListingBuilder<T> |
BeanListing.builder(Class<T> itemType)
Builder to create an
BeanListing instance using a Grid as backing component. |
static <T> ItemListingBuilder.GridItemListingBuilder<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 |
|---|---|
<E extends com.vaadin.data.HasValue<?> & com.vaadin.ui.Component> |
ItemListingBuilder.GridItemListingBuilder.editor(String property,
E editor)
Set the field to use for given property in edit mode.
|
ItemListingBuilder.GridItemListingBuilder<T> |
ItemListingBuilder.GridItemListingBuilder.render(String property,
com.vaadin.ui.renderers.Renderer<?> renderer)
Set a custom
Renderer for given item property. |
<V,P> ItemListingBuilder.GridItemListingBuilder<T> |
ItemListingBuilder.GridItemListingBuilder.render(String property,
com.vaadin.data.ValueProvider<V,P> presentationProvider,
com.vaadin.ui.renderers.Renderer<? super P> renderer)
Set a custom
Renderer and presentation provider for given item property. |
default ItemListingBuilder.GridItemListingBuilder<T> |
ItemListingBuilder.GridItemListingBuilder.withValidator(String property,
com.holonplatform.core.Validator<?> validator)
Adds a
Validator to the field bound to given property in the item listing editor. |
ItemListingBuilder.GridItemListingBuilder<T> |
ItemListingBuilder.GridItemListingBuilder.withValidator(String property,
com.vaadin.data.Validator<?> validator)
Adds a
Validator to the field bound to given property in the item
listing editor. |
Copyright © 2017 The Holon Platform. All rights reserved.