Class GrapesJsValueChangedDomEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GrapesJs>
io.jmix.messagetemplatesflowui.kit.component.event.dom.GrapesJsValueChangedDomEvent
- All Implemented Interfaces:
Serializable
@DomEvent("value-changed")
public class GrapesJsValueChangedDomEvent
extends com.vaadin.flow.component.ComponentEvent<GrapesJs>
The DOM event is fired at the moment of updating the
GrapesJs
template on the client-side.- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionGrapesJsValueChangedDomEvent
(GrapesJs source, boolean fromClient, String value) -
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
-
-
Constructor Details
-
GrapesJsValueChangedDomEvent
-
-
Method Details
-
getValue
- Returns:
- updated GrapesJs template value
-