T - Type of the element in the collection.public interface HasCollectionValueComponentProvider<T>
CollectionValueComponentProvider.| Modifier and Type | Method and Description |
|---|---|
<W extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> |
getCollectionValueComponentProvider()
Returns the current provider used to generate components.
|
void |
setCollectionValueComponentProvider(CollectionValueComponentProvider<T,?> provider)
Sets the provider used to generate components for each element of the collection.
|
void setCollectionValueComponentProvider(CollectionValueComponentProvider<T,?> provider)
provider - A non-null provider.<W extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> CollectionValueComponentProvider<T,W> getCollectionValueComponentProvider()
W - Generic type of the actual component.null provider.Copyright © 2024 Miki. All rights reserved.