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 extends Object>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithReadOnly(boolean readOnly)default SwithRequiredIndicatorVisible(boolean requiredIndicatorVisible)default SwithValue(V value)default SwithValueChangeListener(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.HasValue.ValueChangeEvent<V>> listener)
-