Package org.vaadin.miki.markers
Interface WithValueMixin<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V,SELF extends com.vaadin.flow.component.HasValue<E,V>>
-
- Type Parameters:
E- Event type.V- Value type.SELF- Self type.
- All Superinterfaces:
com.vaadin.flow.component.HasValue<E,V>,Serializable
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,CollectionField,GridMultiSelect,GridSelect,HeaderFooterFieldWrapper,ItemGrid,LabelField,MapField,ObjectField,ObservedField,SuperBigDecimalField,SuperCheckbox,SuperDatePicker,SuperDateTimePicker,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTabs,SuperTextArea,SuperTextField,VariantField
public interface WithValueMixin<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V,SELF extends com.vaadin.flow.component.HasValue<E,V>> extends com.vaadin.flow.component.HasValue<E,V>Mixin for chainingHasValue.setValue(Object).- Since:
- 2020-05-01
- Author:
- miki
-
-
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 SELFwithValue(V value)ChainsHasValue.setValue(Object)and returns itself.
-