Class ElementSelectedListener.ElementSelectedEvent

java.lang.Object
io.jmix.bpmui.uicomponent.bpmnmodeler.ElementSelectedListener.ElementSelectedEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
ElementSelectedListener

public static class ElementSelectedListener.ElementSelectedEvent extends Object implements Serializable
See Also:
  • Field Details

    • elementType

      protected String elementType
    • businessObjectJson

      protected String businessObjectJson
  • Constructor Details

    • ElementSelectedEvent

      public ElementSelectedEvent(String elementType, String businessObjectJson)
  • Method Details

    • getBusinessObjectJson

      public String getBusinessObjectJson()
    • getElementType

      public String getElementType()