| Package | Description |
|---|---|
| com.vaadin.flow.data.renderer |
| Constructor and Description |
|---|
ComponentRenderer(SerializableSupplier<COMPONENT> componentSupplier,
SerializableBiConsumer<COMPONENT,SOURCE> itemConsumer)
Creates a new ComponentRenderer that uses the componentSupplier to
generate new
Component instances, and the itemConsumer to set the
related items. |
Copyright © 2018. All rights reserved.