Package io.jmix.flowui.component
Class SupportsTypedValue.TypedValueChangeEvent<C extends com.vaadin.flow.component.Component,V> 
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.flowui.component.SupportsTypedValue.TypedValueChangeEvent<C,V> 
- All Implemented Interfaces:
- com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,- Serializable
- Enclosing interface:
- SupportsTypedValue<C extends com.vaadin.flow.component.Component,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<P>, V, P> 
public static class SupportsTypedValue.TypedValueChangeEvent<C extends com.vaadin.flow.component.Component,V> 
extends com.vaadin.flow.component.ComponentEvent<C>
implements com.vaadin.flow.component.HasValue.ValueChangeEvent<V>
- See Also:
- 
Field SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.HasValue.ValueChangeEventisFromClient
- 
Field Details- 
value
- 
oldValue
 
- 
- 
Constructor Details- 
TypedValueChangeEvent
 
- 
- 
Method Details- 
getHasValue- Specified by:
- getHasValuein interface- com.vaadin.flow.component.HasValue.ValueChangeEvent<C extends com.vaadin.flow.component.Component>
 
- 
getValue- Specified by:
- getValuein interface- com.vaadin.flow.component.HasValue.ValueChangeEvent<C extends com.vaadin.flow.component.Component>
 
- 
getOldValue- Specified by:
- getOldValuein interface- com.vaadin.flow.component.HasValue.ValueChangeEvent<C extends com.vaadin.flow.component.Component>
 
 
-