| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemDataSourceComponentBuilder<ITEM,C extends com.vaadin.ui.Component,B extends ItemDataSourceComponentBuilder<ITEM,C,B>>
Builder for components with
ItemDataSource and item property configuration support. |
| 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. |
static interface |
ItemListingBuilder.GridItemListingBuilder<T>
Builder to create an
ItemListing with a Grid as backing component. |
static interface |
ItemListingBuilder.TableItemListingBuilder<T>
Builder to create an
ItemListing with a Table as backing component. |
interface |
PropertyListingBuilder<B extends PropertyListingBuilder<B,X>,X extends com.vaadin.ui.Component>
|
static interface |
PropertyListingBuilder.GridPropertyListingBuilder
Builder to create
PropertyListing components using a Grid as backing component. |
static interface |
PropertyListingBuilder.TablePropertyListingBuilder
Builder to create
PropertyListing components using a Table as backing component. |
Copyright © 2019 The Holon Platform. All rights reserved.