| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
<X> ItemListingConfigurator.ItemListingColumnBuilder<T,P,L,C> |
ItemListingConfigurator.withColumn(com.vaadin.flow.function.ValueProvider<T,X> valueProvider)
Add a virtual column which contents will be rendered using given
valueProvider. |
<X> ItemListingConfigurator.ItemListingColumnBuilder<com.holonplatform.core.property.PropertyBox,com.holonplatform.core.property.Property<?>,PropertyListing,C> |
PropertyListingConfigurator.withColumn(com.holonplatform.core.property.VirtualProperty<X> property)
Add a column which contents will be rendered using given
VirtualProperty. |
ItemListingConfigurator.ItemListingColumnBuilder<T,P,L,C> |
ItemListingConfigurator.withComponentColumn(com.vaadin.flow.function.ValueProvider<T,com.vaadin.flow.component.Component> valueProvider)
Add a column which contents will be rendered as a
Component using
given valueProvider. |
ItemListingConfigurator.ItemListingColumnBuilder<com.holonplatform.core.property.PropertyBox,com.holonplatform.core.property.Property<?>,PropertyListing,C> |
PropertyListingConfigurator.withComponentColumn(com.holonplatform.core.property.VirtualProperty<? extends com.vaadin.flow.component.Component> property)
Add a column which contents will be rendered as a
Component using given VirtualProperty. |
Copyright © 2020 The Holon Platform. All rights reserved.