Class BpmFlowuiSupport

java.lang.Object
io.jmix.stormbpmnflowui.util.BpmFlowuiSupport

public class BpmFlowuiSupport extends Object
  • Field Details

    • fragments

      @Autowired protected Fragments fragments
    • messages

      @Autowired protected Messages messages
    • dialogWindows

      @Autowired protected DialogWindows dialogWindows
    • dataManager

      @Autowired protected DataManager dataManager
  • Constructor Details

    • BpmFlowuiSupport

      public BpmFlowuiSupport()
  • Method Details

    • openProcessDraftSaveDialog

      public void openProcessDraftSaveDialog(StormbpmnDiagram diagram, com.vaadin.flow.component.Component target)
    • buildPreviewDialog

      public com.vaadin.flow.component.dialog.Dialog buildPreviewDialog(StormbpmnDiagram diagram, com.vaadin.flow.component.Component target)
    • createPreviewFragment

      protected BpmnViewerFragment createPreviewFragment(com.vaadin.flow.component.Component target)