Class GrapesJs.GrapesJsValueChangedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GrapesJs>
io.jmix.messagetemplatesflowui.kit.component.GrapesJs.GrapesJsValueChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GrapesJs
public static class GrapesJs.GrapesJsValueChangedEvent
extends com.vaadin.flow.component.ComponentEvent<GrapesJs>
Event is fired at the moment of updating the value of the
GrapesJs
template.- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionGrapesJsValueChangedEvent
(GrapesJs source, boolean fromClient, String value, String oldValue) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
value
-
oldValue
-
-
Constructor Details
-
GrapesJsValueChangedEvent
-
-
Method Details
-
getValue
- Returns:
- updated GrapesJS template value
-
getOldValue
- Returns:
- previous GrapesJS template value
-