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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionSelectionChangedEvent
(BpmnModelerImpl source, boolean fromClient, String type, String businessObjectJson) Creates a new event using the given source and indicator whether the event originated from the client side or the server side. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
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 componentfromClient
-true
if the event originated from the client side,false
otherwise
-
-
Method Details
-
getBusinessObjectJson
-
getElementType
-