Class CollectionFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,Set<P>>,P,V>

All Implemented Interfaces:
ValueBindingDelegate<Collection<V>>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("flowui_CollectionFieldDelegate") @Scope("prototype") public class CollectionFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,Set<P>>,P,V> extends AbstractFieldDelegate<C,Collection<V>,Set<P>>