Class InputDialogStartProcessForm

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, FragmentOwner, Serializable

@Route(value="bpm/inputdialogstartprocessform", layout=DefaultMainViewParent.class) @ViewController("bpm_InputDialogStartProcessForm") @ViewDescriptor("input-dialog-start-process-form.xml") @DialogMode(width="37em", resizable=true) public class InputDialogStartProcessForm extends InputDialogProcessForm
See Also:
  • Field Details

    • processFormDataExtractor

      @Autowired protected ProcessFormDataExtractor processFormDataExtractor
    • runtimeService

      @Autowired protected org.flowable.engine.RuntimeService runtimeService
    • form

      @ViewComponent protected com.vaadin.flow.component.formlayout.FormLayout form
    • messageBundle

      @Autowired protected MessageBundle messageBundle
    • viewValidation

      @Autowired protected ViewValidation viewValidation
    • processDefinition

      protected org.flowable.engine.repository.ProcessDefinition processDefinition
    • formData

      protected FormData formData
  • Constructor Details

    • InputDialogStartProcessForm

      public InputDialogStartProcessForm()
  • Method Details

    • setProcessDefinition

      public void setProcessDefinition(org.flowable.engine.repository.ProcessDefinition processDefinition)
    • getPageTitle

      public String getPageTitle()
      Specified by:
      getPageTitle in interface com.vaadin.flow.router.HasDynamicTitle
      Overrides:
      getPageTitle in class View<ViewLayout>
    • startProcess

      @Subscribe("startProcessBtn") protected void startProcess(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> event)
    • getBusinessKeyValue

      @Nullable protected String getBusinessKeyValue()