Package org.vaadin.firitin.fluency.ui
Interface FluentHasValue<S extends FluentHasValue<S,E,V>,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V>
- All Superinterfaces:
com.vaadin.flow.component.HasValue<E,
,V> Serializable
public interface FluentHasValue<S extends FluentHasValue<S,E,V>,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V>
extends com.vaadin.flow.component.HasValue<E,V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue
com.vaadin.flow.component.HasValue.ValueChangeEvent<V>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault S
withReadOnly
(boolean readOnly) default S
withRequiredIndicatorVisible
(boolean requiredIndicatorVisible) default S
default S
withValueChangeListener
(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.HasValue.ValueChangeEvent<V>> listener) Methods inherited from interface com.vaadin.flow.component.HasValue
addValueChangeListener, clear, getEmptyValue, getOptionalValue, getValue, isEmpty, isReadOnly, isRequiredIndicatorVisible, setReadOnly, setRequiredIndicatorVisible, setValue
-
Method Details
-
withReadOnly
-
withRequiredIndicatorVisible
-
withValue
-
withValueChangeListener
-