Interface HasCollectionValueComponentProvider<T>

    • Method Detail

      • setCollectionValueComponentProvider

        void setCollectionValueComponentProvider​(CollectionValueComponentProvider<T,​?> provider)
        Sets the provider used to generate components for each element of the collection.
        Parameters:
        provider - A non-null provider.
      • getCollectionValueComponentProvider

        <W extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,​T>> CollectionValueComponentProvider<T,​W> getCollectionValueComponentProvider()
        Returns the current provider used to generate components.
        Type Parameters:
        W - Generic type of the actual component.
        Returns:
        A non-null provider.