E - Event type.V - Value type.SELF - Self type.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>
HasValue.setValue(Object).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withValue(V value)
Chains
HasValue.setValue(Object) and returns itself. |
Copyright © 2023 Miki. All rights reserved.