T - Selection item typepublic interface ValidatableSingleSelect<T> extends SingleSelect<T>, ValidatableInput<T>
SingleSelect component with validation support using Validators.Selectable.SelectionEvent<T>, Selectable.SelectionListener<T>, Selectable.SelectionModeInput.InputPropertyRenderer<T>, Input.InputValueConversionException, Input.PropertyHandler<P,T,V extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component>ValueHolder.ValueChangeEvent<V>, ValueHolder.ValueChangeListener<V,E extends ValueHolder.ValueChangeEvent<V>>| Modifier and Type | Method and Description |
|---|---|
static <T> ValidatableSingleSelect<T> |
from(SingleSelect<T> input)
Create a
ValidatableSingleSelect from given SingleSelect instance. |
create, create, create, create, deselectAll, filterable, filterable, filterable, filterable, getFirstSelectedItem, getSelectedItem, getSelectedItems, getSelectionMode, options, options, options, options, select, select, select, selectaddSelectionListener, deselect, isSelected, selectaddValidator, builder, create, forProperty, getValidationStatusHandler, getValue, isValidateOnValueChange, setValidateOnValueChange, setValidationStatusHandlerasHasValue, boolean_, builder, date, dateTime, enumMultiSelect, enumOptionSelect, enumSelect, focus, from, from, from, from, hasInvalidChangeEventNotifier, hasPlaceholder, hasTitle, isReadOnly, isRequired, localDate, localDateTime, localTime, multiOptionSelect, multiOptionSelect, multiOptionSelect, multiOptionSelect, number, password, setReadOnly, setRequired, singleOptionSelect, singleOptionSelect, singleOptionSelect, singleOptionSelect, singleSelect, singleSelect, singleSelect, singleSelect, singleSimpleSelect, singleSimpleSelect, singleSimpleSelect, singleSimpleSelect, string, stringAreaaddValueChangeListener, clear, getEmptyValue, getValueIfPresent, isEmpty, setValuehasValueChangeModecreate, getComponent, getElement, hasEnabled, hasLabel, hasSize, hasStyle, hasValidation, isVisible, setVisiblestatic <T> ValidatableSingleSelect<T> from(SingleSelect<T> input)
ValidatableSingleSelect from given SingleSelect instance.from in interface Input<T>from in interface ValidatableInput<T>T - Selection item typeinput - The SingleSelect instance (not null)ValidatableSingleSelect component which wraps the given inputCopyright © 2019 The Holon Platform. All rights reserved.