Class SelectionChangedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<BpmnModelerImpl>
io.jmix.bpmflowui.uicomponent.bpmnmodeler.event.SelectionChangedEvent
All Implemented Interfaces:
Serializable

@DomEvent("ElementSelectionBpmEvent") public class SelectionChangedEvent extends com.vaadin.flow.component.ComponentEvent<BpmnModelerImpl>
See Also:
  • Constructor Details

    • SelectionChangedEvent

      public SelectionChangedEvent(BpmnModelerImpl source, boolean fromClient, @EventData("event.$type") String type, @EventData("event.businessObject") String businessObjectJson)
      Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
      Parameters:
      source - the source component
      fromClient - true if the event originated from the client side, false otherwise
  • Method Details

    • getBusinessObjectJson

      public String getBusinessObjectJson()
    • getElementType

      public String getElementType()