| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.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. |
static interface |
ItemListingBuilder.BaseTableItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseTableItemListingBuilder<T,P,C,B>>
Base builder to create an
ItemListing with a Table as backing component. |
| Modifier and Type | Method and Description |
|---|---|
String |
ItemListingBuilder.TableFooterGenerator.getFooter(ItemListing<T,P> listing,
P property)
Generate the footer content for the column which corresponds to given
property. |
void |
ItemListingBuilder.GridFooterGenerator.updateFooter(ItemListing<T,P> listing,
ItemListingBuilder.GridSection<com.vaadin.ui.Grid.FooterRow> footer)
Updates the footer row contents.
|
Copyright © 2019 The Holon Platform. All rights reserved.