Interface UiMultiComboBox<V>

Type Parameters:
V - type of the value and option.
All Superinterfaces:
AttributeReadAttached, AttributeReadEnabled, AttributeReadId, AttributeReadText, AttributeReadValid, AttributeReadValue<List<V>>, AttributeReadVisible, AttributeWriteAutocomplete, AttributeWriteEnabled, AttributeWriteId, AttributeWritePlaceholder, AttributeWritePrefix, AttributeWriteReadOnly, AttributeWriteSuffix, AttributeWriteText, AttributeWriteTooltip, AttributeWriteValidationFailure, AttributeWriteValue<List<V>>, AttributeWriteValueForUser<List<V>>, AttributeWriteVisible, EventSource<UiEvent,UiEventListener>, UiAbstractChoice<V,List<V>>, UiAbstractInput<List<V>>, UiAbstractMultiChoice<V>, UiInput<List<V>>, UiNativeWidget, UiRegularWidget, UiTextualInput<List<V>>, UiValidatableWidget<List<V>>, UiValuedWidget<List<V>>, UiWidget

public interface UiMultiComboBox<V> extends UiAbstractMultiChoice<V>, UiTextualInput<List<V>>, UiNativeWidget
UiAbstractMultiChoice for a UiComboBox that allows choosing multiple options.
Since:
1.0.0