Class CollectionFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,Set<P>>,P,V>   
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractValueComponentDelegate<C,T,V>
  
io.jmix.flowui.component.delegate.AbstractFieldDelegate<C,Collection<V>,Set<P>>
  
io.jmix.flowui.component.delegate.CollectionFieldDelegate<C,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>>  
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.jmix.flowui.component.delegate.ValueBindingDelegateValueBindingDelegate.ValueBindingChangeEvent<T>
- 
Field SummaryFields inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegateapplicationContext, conversionInvalid, datatype, errorMessage, explicitlyInvalid, immediateRequiredValidationEnabled, messages, metadataTools, PROPERTY_INVALID, requiredMessage, statusChangeHandler, toModelConverter, uiComponentProperties, validatorsFields inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegatevalueBindingFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegatecomponent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvertToModel(Set<V> presentationValue) convertToModel(Set<V> presentationValue, Stream<V> options) protected Collection<V>convertToModelInternal(Stream<V> items) convertToPresentation(Collection<V> modelValue) protected AbstractValueBinding<Collection<V>>createValueBinding(ValueSource<Collection<V>> valueSource) booleanequalCollections(Collection<V> a, Collection<V> b) Methods inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegateaddValidator, applyDefaultValueFormat, executeValidators, formatMessage, getComponentValue, getDatatype, getErrorMessage, getMessage, getRequiredErrorMessage, getRequiredMessage, isEmptyAndRequired, isInvalid, isInvalidInternal, setApplicationContext, setComponentRequiredErrorState, setConversionInvalid, setDatatype, setErrorMessage, setInvalid, setInvalidInternal, setMessages, setMetadataTools, setRequiredMessage, setStatusChangeHandler, setToModelConverter, setUiComponentProperties, updateInvalidState, updateRequiredState, validatorsPassedMethods inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegateaddValueBindingChangeListener, getEventBus, getValueBinding, getValueSource, setupProperties, setValueSource, valueBindingChangedMethods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegategetComponent
- 
Constructor Details- 
CollectionFieldDelegate
 
- 
- 
Method Details- 
createValueBindingprotected AbstractValueBinding<Collection<V>> createValueBinding(ValueSource<Collection<V>> valueSource) - Specified by:
- createValueBindingin class- AbstractValueComponentDelegate<C extends com.vaadin.flow.component.AbstractField<?,- Set<P>>, - Collection<V>, - Set<P>> 
 
- 
convertToModel
- 
convertToModel
- 
convertToModelInternal
- 
convertToPresentation
- 
equalCollections
 
-