Package com.vaadin.flow.data.binder
Class ValidationStatusChangeEvent<V>
java.lang.Object
com.vaadin.flow.data.binder.ValidationStatusChangeEvent<V>
- Type Parameters:
V- the value type
- All Implemented Interfaces:
Serializable
The event to be processed when
ValidationStatusChangeListener.validationStatusChanged(ValidationStatusChangeEvent)
invoked.- Since:
- 23.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationStatusChangeEvent(com.vaadin.flow.component.HasValue<?, V> source, boolean newStatus) -
Method Summary
-
Constructor Details
-
ValidationStatusChangeEvent
public ValidationStatusChangeEvent(com.vaadin.flow.component.HasValue<?, V> source, boolean newStatus)
-
-
Method Details
-
getSource
-
getNewStatus
public boolean getNewStatus()
-