Class CommaSeparatedStringField

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<VTextField>
com.vaadin.flow.component.AbstractCompositeField<VTextField,CommaSeparatedStringField,Set<String>>
org.vaadin.firitin.fields.CommaSeparatedStringField
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<CommaSeparatedStringField,Set<String>>,Set<String>>, com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<CommaSeparatedStringField,Set<String>>,Set<String>>, Serializable, FluentHasSize<CommaSeparatedStringField>

public class CommaSeparatedStringField extends com.vaadin.flow.component.AbstractCompositeField<VTextField,CommaSeparatedStringField,Set<String>> implements FluentHasSize<CommaSeparatedStringField>
A field to edit a set of String using one simple text field. Strings are separated using a comma and optional white-space.
See Also: