Package | Description |
---|---|
com.vaadin.flow.component.gridpro | |
com.vaadin.flow.data.renderer |
Modifier and Type | Interface and Description |
---|---|
interface |
ItemUpdater<T,V>
Callback that is called when a new value has been entered to an editor.
|
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 © 2019. All rights reserved.