| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders | |
| com.holonplatform.vaadin.flow.components.events |
| 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,L extends ItemListing<T,P>,B extends ItemListingBuilder<T,P,L,B>>
ItemListing builder. |
interface |
ItemListingConfigurator<T,P,L extends ItemListing<T,P>,C extends ItemListingConfigurator<T,P,L,C>>
ItemListing configurator. |
static interface |
ItemListingConfigurator.ItemListingColumnBuilder<T,P,L extends ItemListing<T,P>,B extends ItemListingConfigurator<T,P,L,B>>
ItemListing column builder.
|
static interface |
ItemListingConfigurator.ItemListingContextMenuBuilder<T,P,L extends ItemListing<T,P>,B extends ItemListingConfigurator<T,P,L,B>>
ItemListing context menu builder. |
| Modifier and Type | Method and Description |
|---|---|
ItemListing<T,P> |
ItemListingItemEvent.getItemListing()
The
ItemListing on which the event occurred. |
ItemListing<T,P> |
ItemListingClickEvent.getItemListing()
The
ItemListing on which the event occurred. |
Copyright © 2019 The Holon Platform. All rights reserved.