Class JmixMarkdownEditor.ModeChangedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixMarkdownEditor>
io.jmix.flowui.kit.component.markdowneditor.JmixMarkdownEditor.ModeChangedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
JmixMarkdownEditor

public static class JmixMarkdownEditor.ModeChangedEvent extends com.vaadin.flow.component.ComponentEvent<JmixMarkdownEditor>
Event fired when the editor switches between Edit and Preview mode.
See Also:
  • Field Details

  • Constructor Details

    • ModeChangedEvent

      public ModeChangedEvent(JmixMarkdownEditor source, boolean fromClient)
      Creates a new event.
      Parameters:
      source - the component that fired the event
      fromClient - true if the event originated on the client
  • Method Details