| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanListing<T>
An
ItemListing component using a bean type as item type and the bean property names as property set. |
interface |
PropertyListing
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder<T,P,C,B,X>,X extends com.vaadin.ui.Component>
Base
ItemListing builder. |
static interface |
ItemListingBuilder.BaseGridItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseGridItemListingBuilder<T,P,C,B>>
Base builder to create an
ItemListing with a Grid as backing component. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemListingBuilder.GridFooterGenerator.updateFooter(ItemListing<T,P> listing,
ItemListingBuilder.GridSection<ItemListingBuilder.ListingFooterRow<P>> footer)
Updates the footer row contents.
|
Copyright © 2017 The Holon Platform. All rights reserved.