C - Type of component provided.@FunctionalInterface public interface CollectionComponentProvider<C extends com.vaadin.flow.component.Component> extends Serializable
Components for a CollectionField.| Modifier and Type | Method and Description |
|---|---|
C |
provideComponent(int index,
CollectionController controller)
Constructs the component for an object at given index.
|
C provideComponent(int index, CollectionController controller)
index - Current index of object in the collection.controller - A CollectionController to be used for callbacks.null component.Copyright © 2024 Miki. All rights reserved.